There was an error while loading. Please reload this page.
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' }