Browse Source

Update README.md

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

12
README.md

@ -22,7 +22,7 @@ This project is available on Maven Central:
````xml
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<artifactId>darklaf-core</artifactId>
<version>[1.3.3.5,)</version>
</dependency>
````
@ -93,6 +93,16 @@ Here is a list of things that currently are not finished or need refinement. Thi
* See the [properties folder](https://github.com/weisJ/darklaf/tree/master/src/main/resources/com/github/weisj/darklaf/properties) especially the plaform folder.
- Create missing demo classes. (See Todo's in test/ui/)
# Artifacts
- Group ID: ````com.github.weisj````
- Version: ````1.3.3.5````
- 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-windows```` Native code specific to the windows platform.
# License
This project is licensed under the [MIT license](https://github.com/weisJ/darklaf/blob/master/LICENSE).

Loading…
Cancel
Save