Browse Source

new build

Signed-off-by: weisj <weisj@arcor.de>
pull/27/head
weisj 5 years ago
parent
commit
e4b219e6ea
  1. 4
      README.md
  2. BIN
      bin/darklaf-1.3.3.3.jar
  3. BIN
      bin/darklaf-1.3.3.4.jar
  4. BIN
      bin/darklaf-standalone-1.3.3.4.jar
  5. 10
      pom.xml

4
README.md

@ -25,12 +25,12 @@ This project is available on Maven Central:
<dependency> <dependency>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId> <artifactId>darklaf</artifactId>
<version>[1.3.3.3,)</version> <version>[1.3.3.4,)</version>
</dependency> </dependency>
```` ````
### Gradle ### Gradle
```` ````
implementation 'com.github.weisj:darklaf:[1.3.3.3,)' implementation 'com.github.weisj:darklaf:[1.3.3.4,)'
```` ````
## Installation ## Installation

BIN
bin/darklaf-1.3.3.3.jar

Binary file not shown.

BIN
bin/darklaf-1.3.3.4.jar

Binary file not shown.

BIN
bin/darklaf-standalone-1.3.3.3.jar → bin/darklaf-standalone-1.3.3.4.jar

Binary file not shown.

10
pom.xml

@ -4,19 +4,13 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>com.github.weisj</groupId> <groupId>com.github.weisj</groupId>
<artifactId>darklaf</artifactId> <artifactId>darklaf</artifactId>
<version>1.3.3.3</version> <version>1.3.3.4</version>
<packaging>pom</packaging> <packaging>pom</packaging>
<dependencies> <dependencies>
<dependency> <dependency>
<groupId>com.metsci.ext.com.kitfox.svg</groupId> <groupId>com.metsci.ext.com.kitfox.svg</groupId>
<artifactId>svg-salamander</artifactId> <artifactId>svg-salamander</artifactId>
<version>[0.1.19,)</version> <version>0.1.19</version>
<scope>compile</scope>
</dependency>
<dependency>
<groupId>org.jetbrains</groupId>
<artifactId>annotations</artifactId>
<version>16.0.1</version>
<scope>compile</scope> <scope>compile</scope>
</dependency> </dependency>
<dependency> <dependency>

Loading…
Cancel
Save