Browse Source

Update README.md

pull/52/head
Jannis Weis 5 years ago committed by GitHub
parent
commit
ff55c99f22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      README.md

10
README.md

@ -23,12 +23,12 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>[1.3.3.5,)</version>
<version>[1.3.3.6,)</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf-core:[1.3.3.5,)'
implementation 'com.github.weisj:darklaf-core:[1.3.3.6,)'
````
## Installation
@ -95,11 +95,13 @@ Here is a list of things that currently are not finished or need refinement. Thi
# Artifacts
- Group ID: ````com.github.weisj````
- Version: ````1.3.3.5````
- Version: ````1.3.3.6````
- Artifact IDs:
- ````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-property-loader```` Library to load and parse property files and icon.
- ````darklaf-utils```` Shared utility classes for other modules.

Loading…
Cancel
Save