Browse Source

updated artefact name and version number

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

6
README.md

@ -1,7 +1,7 @@
# Darklaf - A Darcula Look and Feel
[![CI Status](https://github.com/weisJ/darklaf/workflows/CI/badge.svg?branch=master)](https://github.com/weisJ/darklaf/actions)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.weisj/darklaf.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.weisj%22%20AND%20a:%22darklaf%22)
[![Maven Central](https://img.shields.io/maven-central/v/com.github.weisj/darklaf.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:%22com.github.weisj%22%20AND%20a:%22darklaf-core%22)
This project is based on the [darcula](https://github.com/bulenkov/Darcula) look and feel for Swing.
@ -26,12 +26,12 @@ This project is available on Maven Central:
<dependency>
<groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId>
<version>[1.3.3.4,)</version>
<version>[1.3.3.5,)</version>
</dependency>
````
### Gradle
````
implementation 'com.github.weisj:darklaf:[1.3.3.4,)'
implementation 'com.github.weisj:darklaf-core:[1.3.3.5,)'
````
## Installation

Loading…
Cancel
Save