Dependency Information

Apache Maven

<dependency>
  <groupId>at.rseiler.pom-project</groupId>
  <artifactId>annotation</artifactId>
  <version>1.0</version>
</dependency>

Apache Buildr

'at.rseiler.pom-project:annotation:jar:1.0'

Apache Ant

<dependency org="at.rseiler.pom-project" name="annotation" rev="1.0">
  <artifact name="annotation" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='at.rseiler.pom-project', module='annotation', version='1.0')
)

Grails

compile 'at.rseiler.pom-project:annotation:1.0'

Leiningen

[at.rseiler.pom-project/annotation "1.0"]

SBT

libraryDependencies += "at.rseiler.pom-project" %% "annotation" % "1.0"