Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.devacfr.maven.skins</groupId>
  <artifactId>reflow-parent</artifactId>
  <version>3.0.0-SNAPSHOT</version>
  <type>pom</type>
</dependency>

Apache Buildr

'io.github.devacfr.maven.skins:reflow-parent:pom:3.0.0-SNAPSHOT'

Apache Ivy

<dependency org="io.github.devacfr.maven.skins" name="reflow-parent" rev="3.0.0-SNAPSHOT">
  <artifact name="reflow-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.devacfr.maven.skins', module='reflow-parent', version='3.0.0-SNAPSHOT')
)

Gradle/Grails

compile 'io.github.devacfr.maven.skins:reflow-parent:3.0.0-SNAPSHOT'

Scala SBT

libraryDependencies += "io.github.devacfr.maven.skins" % "reflow-parent" % "3.0.0-SNAPSHOT"

Leiningen

[io.github.devacfr.maven.skins/reflow-parent "3.0.0-SNAPSHOT"]