Apache Maven

<dependency>
  <groupId>de.unigoettingen.sub</groupId>
  <artifactId>layout</artifactId>
  <version>1.0-SNAPSHOT</version>
</dependency>

Apache Buildr

'de.unigoettingen.sub:layout:jar:1.0-SNAPSHOT'

Apache Ant

<dependency org="de.unigoettingen.sub" name="layout" rev="1.0-SNAPSHOT">
  <artifact name="layout" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='de.unigoettingen.sub', module='layout', version='1.0-SNAPSHOT')
)

Grails

compile 'de.unigoettingen.sub:layout:1.0-SNAPSHOT'

Leiningen

[de.unigoettingen.sub/layout "1.0-SNAPSHOT"]

SBT

libraryDependencies += "de.unigoettingen.sub" %% "layout" % "1.0-SNAPSHOT"

Back to top

Version: 1.0-SNAPSHOT. Last Published: 2014-06-17.

Reflow Maven skin by Andrius Velykis.