-
Notifications
You must be signed in to change notification settings - Fork 0
For developers
TOTHTOMI edited this page Mar 8, 2020
·
9 revisions
Please note, that the plugin isn't ready yet, therefore you can't find it in the repository!
<repositories>
<repository>
<id>IceyRepo</id>
<url>https://oss.sonatype.org/content/repositories/snapshots/</url>
</repository>
</repositories>
<dependencies>
<dependency>
<groupId>net.iceyleagons</groupId>
<artifactId>FrostedEngineering</artifactId>
<version>X.X.X-SNAPSHOT</version>
</dependency>
</dependencies>
repositories {
maven {
url "https://oss.sonatype.org/content/repositories/snapshots/"
}
}
dependencies {
implementation 'net.iceyleagons:FrostedEngineering:X.X.X-SNAPSHOT'
}