Dependency Information
Apache Maven
<dependency> <groupId>info.mikethomas</groupId> <artifactId>jfold</artifactId> <version>1.0-SNAPSHOT</version> </dependency>
Apache Ivy
<dependency org="info.mikethomas" name="jfold" rev="1.0-SNAPSHOT"> <artifact name="jfold" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='info.mikethomas', module='jfold', version='1.0-SNAPSHOT') )
Gradle/Grails
implementation 'info.mikethomas:jfold:1.0-SNAPSHOT'
Scala SBT
libraryDependencies += "info.mikethomas" % "jfold" % "1.0-SNAPSHOT"
Leiningen
[info.mikethomas/jfold "1.0-SNAPSHOT"]