Name | Group Id | Artifact ID | Latest version | Source |
---|---|---|---|---|
IMDb API | nl.stil4m | imdb-api | 1.2.0 | Repository |
Dropwizard Resource Reloading | nl.stil4m | dropwizard-resource-reloading | 1.0.0 | n/a |
mo-mi: Mongo Migrations | nl.stil4m | mo-mi | 0.1.0 | Repository |
Transmission RPC Java | nl.stil4m | transmission-rpc-java | 0.7.0 | Repository |
iDeal API (Deprecated) | nl.stil4m | ideal-api | 1.0.2 | Repository |
Mollie API | nl.stil4m | mollie-api | 2.7.0 | Repository |
Mandrill Client | com.cribbstechnologies.clients | mandrillClient | 0.0.3-SNAPSHOT | Repository |
TVRage Wrapper | nl.stil4m | tvrage-wrapper | 0.1.0 | Repository |
Elm Maven Plugin | nl.stil4m | elm-maven-plugin | 1.0.5 | Repository |
Add the following to your `pom.xml' to add this Maven repository:
<repository>
<id>stil4m-releases</id>
<name>stil4m-releases</name>
<url>https://github.com/stil4m/maven-repository/raw/master/releases/</url>
</repository>
Add the following to the build.gradle in the correct section:
repositories {
mavenCentral()
maven {
url 'https://github.com/stil4m/maven-repository/raw/master/releases/'
}
}
For more info read this.