Browse Source

Update README.md

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

13
README.md

@ -26,12 +26,19 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>[2.0.3,)</version>
<version>[2.0.2,)</version>
</dependency>
<dependency>
<!-- For the themes-->
<groupId>com.github.weisj</groupId>
<artifactId>darklaf-core</artifactId>
<version>[2.0.2,)</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf-core:[2.0.3,)'
implementation("com.github.weisj:darklaf-core:[2.0.2,)")
implementation("com.github.weisj:darklaf-core:[2.0.2,)") // For the themes
````
## Installation
@ -110,7 +117,7 @@ Here is a list of things that currently are not finished or need refinement. Thi
# Artifacts
- Group ID: `com.github.weisj`
- Version: `2.0.3`
- Version: `2.0.2`
- Artifact IDs:
- `darklaf-core` The LaF itself. Include this in your project to use the LaF. Includes all other artifacts.
- `darklaf-theme` The themes to use with the LaF.

Loading…
Cancel
Save