From 44878b57b88335decbc46bd44ca55626442069f9 Mon Sep 17 00:00:00 2001 From: Jannis Weis <31143295+weisJ@users.noreply.github.com> Date: Tue, 18 Feb 2020 00:06:25 +0100 Subject: [PATCH] Update README.md --- README.md | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 97014710..8b141d0b 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This project is available on Maven Central: ````xml com.github.weisj - darklaf + darklaf-core [1.3.3.5,) ```` @@ -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).