Dependency Information

Apache Maven

<dependency>
  <groupId>me.felinewith.lang-toolkit.apps</groupId>
  <artifactId>bootstrap</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'me.felinewith.lang-toolkit.apps:bootstrap:jar:1.0-SNAPSHOT'

Apache Ivy

<dependency org="me.felinewith.lang-toolkit.apps" name="bootstrap" rev="1.0-SNAPSHOT">
  <artifact name="bootstrap" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='me.felinewith.lang-toolkit.apps', module='bootstrap', version='1.0-SNAPSHOT')
)

Gradle/Grails

compile 'me.felinewith.lang-toolkit.apps:bootstrap:1.0-SNAPSHOT'

Scala SBT

libraryDependencies += "me.felinewith.lang-toolkit.apps" % "bootstrap" % "1.0-SNAPSHOT"

Leiningen

[me.felinewith.lang-toolkit.apps/bootstrap "1.0-SNAPSHOT"]