Dependency Information

Apache Maven

<dependency>
  <groupId>io.github.stevecrox.maven.skins.example</groupId>
  <artifactId>bootstrap-site-skin-example-parent</artifactId>
  <version>1.4.3</version>
  <type>pom</type>
</dependency>

Apache Ivy

<dependency org="io.github.stevecrox.maven.skins.example" name="bootstrap-site-skin-example-parent" rev="1.4.3">
  <artifact name="bootstrap-site-skin-example-parent" type="pom" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='io.github.stevecrox.maven.skins.example', module='bootstrap-site-skin-example-parent', version='1.4.3')
)

Gradle/Grails

compile 'io.github.stevecrox.maven.skins.example:bootstrap-site-skin-example-parent:1.4.3'

Scala SBT

libraryDependencies += "io.github.stevecrox.maven.skins.example" % "bootstrap-site-skin-example-parent" % "1.4.3"

Leiningen

[io.github.stevecrox.maven.skins.example/bootstrap-site-skin-example-parent "1.4.3"]