|
|
@ -23,12 +23,12 @@ This project is available on Maven Central: |
|
|
|
<dependency> |
|
|
|
<dependency> |
|
|
|
<groupId>com.github.weisj</groupId> |
|
|
|
<groupId>com.github.weisj</groupId> |
|
|
|
<artifactId>darklaf-core</artifactId> |
|
|
|
<artifactId>darklaf-core</artifactId> |
|
|
|
<version>[1.3.3.5,)</version> |
|
|
|
<version>[1.3.3.6,)</version> |
|
|
|
</dependency> |
|
|
|
</dependency> |
|
|
|
```` |
|
|
|
```` |
|
|
|
### Gradle |
|
|
|
### Gradle |
|
|
|
```` |
|
|
|
```` |
|
|
|
implementation 'com.github.weisj:darklaf-core:[1.3.3.5,)' |
|
|
|
implementation 'com.github.weisj:darklaf-core:[1.3.3.6,)' |
|
|
|
```` |
|
|
|
```` |
|
|
|
|
|
|
|
|
|
|
|
## Installation |
|
|
|
## Installation |
|
|
@ -95,11 +95,13 @@ Here is a list of things that currently are not finished or need refinement. Thi |
|
|
|
|
|
|
|
|
|
|
|
# Artifacts |
|
|
|
# Artifacts |
|
|
|
- Group ID: ````com.github.weisj```` |
|
|
|
- Group ID: ````com.github.weisj```` |
|
|
|
- Version: ````1.3.3.5```` |
|
|
|
- Version: ````1.3.3.6```` |
|
|
|
- Artifact IDs: |
|
|
|
- Artifact IDs: |
|
|
|
- ````darklaf-core```` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts. |
|
|
|
- ````darklaf-core```` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts. |
|
|
|
- ````darklaf-native-utils```` Library to handle loading of native libraries. |
|
|
|
- ````darklaf-native-utils```` Loading of native libraries. |
|
|
|
- ````darklaf-windows```` Code specific to window decorations on windows. |
|
|
|
- ````darklaf-windows```` Code specific to window decorations on windows. |
|
|
|
|
|
|
|
- ````darklaf-property-loader```` Library to load and parse property files and icon. |
|
|
|
|
|
|
|
- ````darklaf-utils```` Shared utility classes for other modules. |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|