Dependency Information
Apache Maven
<dependency> <groupId>io.github.devacfr.maven.skins</groupId> <artifactId>reflow-velocity-tools</artifactId> <version>2.4.0-beta3-SNAPSHOT</version> </dependency>
Apache Buildr
'io.github.devacfr.maven.skins:reflow-velocity-tools:jar:2.4.0-beta3-SNAPSHOT'
Apache Ivy
<dependency org="io.github.devacfr.maven.skins" name="reflow-velocity-tools" rev="2.4.0-beta3-SNAPSHOT"> <artifact name="reflow-velocity-tools" type="jar" /> </dependency>
Groovy Grape
@Grapes( @Grab(group='io.github.devacfr.maven.skins', module='reflow-velocity-tools', version='2.4.0-beta3-SNAPSHOT') )
Gradle/Grails
compile 'io.github.devacfr.maven.skins:reflow-velocity-tools:2.4.0-beta3-SNAPSHOT'
Scala SBT
libraryDependencies += "io.github.devacfr.maven.skins" % "reflow-velocity-tools" % "2.4.0-beta3-SNAPSHOT"
Leiningen
[io.github.devacfr.maven.skins/reflow-velocity-tools "2.4.0-beta3-SNAPSHOT"]