mirror of https://github.com/weisJ/darklaf.git
weisj
5 years ago
3 changed files with 101 additions and 11 deletions
@ -0,0 +1,82 @@ |
|||||||
|
<?xml version="1.0"?> |
||||||
|
<project xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" |
||||||
|
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" |
||||||
|
xmlns="http://maven.apache.org/POM/4.0.0"> |
||||||
|
<modelVersion>4.0.0</modelVersion> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-core</artifactId> |
||||||
|
<version>1.4.0.3-SNAPSHOT</version> |
||||||
|
<name>Darklaf core</name> |
||||||
|
<description>A themeable Look and Feel for java swing</description> |
||||||
|
<url>https://github.com/weisJ/darklaf</url> |
||||||
|
<organization> |
||||||
|
<name>com.github.weisj</name> |
||||||
|
<url>https://github.com/weisj</url> |
||||||
|
</organization> |
||||||
|
<licenses> |
||||||
|
<license> |
||||||
|
<name>MIT</name> |
||||||
|
<url>https://github.com/weisJ/darklaf/blob/master/LICENSE</url> |
||||||
|
<distribution>repo</distribution> |
||||||
|
</license> |
||||||
|
</licenses> |
||||||
|
<developers> |
||||||
|
<developer> |
||||||
|
<name>Jannis Weis</name> |
||||||
|
</developer> |
||||||
|
</developers> |
||||||
|
<scm> |
||||||
|
<connection>scm:git:git://github.com/weisJ/darklaf.git</connection> |
||||||
|
<developerConnection>scm:git:ssh://git@github.com:weisj/darklaf.git</developerConnection> |
||||||
|
<url>https://github.com/weisJ/darklaf</url> |
||||||
|
</scm> |
||||||
|
<issueManagement> |
||||||
|
<system>GitHub</system> |
||||||
|
<url>https://github.com/weisJ/darklaf/issues</url> |
||||||
|
</issueManagement> |
||||||
|
|
||||||
|
<dependencies> |
||||||
|
<dependency> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-native-utils</artifactId> |
||||||
|
<version>1.4.0.3-SNAPSHOT</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-utils</artifactId> |
||||||
|
<version>1.4.0.3-SNAPSHOT</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-decorations-base</artifactId> |
||||||
|
<version>1.4.0.3-SNAPSHOT</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-windows</artifactId> |
||||||
|
<version>1.4.0.3-SNAPSHOT</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-macos</artifactId> |
||||||
|
<version>1.4.0.3-SNAPSHOT</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>com.github.weisj</groupId> |
||||||
|
<artifactId>darklaf-property-loader</artifactId> |
||||||
|
<version>1.4.0.3-SNAPSHOT</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
<dependency> |
||||||
|
<groupId>org.swinglabs</groupId> |
||||||
|
<artifactId>jxlayer</artifactId> |
||||||
|
<version>3.0.4</version> |
||||||
|
<scope>runtime</scope> |
||||||
|
</dependency> |
||||||
|
</dependencies> |
||||||
|
</project> |
Loading…
Reference in new issue