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