Dependency Information

Apache Maven

<dependency>
  <groupId>eu.infomas</groupId>
  <artifactId>annotation-detector</artifactId>
  <version>3.1.0-SNAPSHOT</version>
  <type>bundle</type>
</dependency>

Apache Buildr

'eu.infomas:annotation-detector:bundle:3.1.0-SNAPSHOT'

Apache Ivy

<dependency org="eu.infomas" name="annotation-detector" rev="3.1.0-SNAPSHOT">
  <artifact name="annotation-detector" type="bundle" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='eu.infomas', module='annotation-detector', version='3.1.0-SNAPSHOT')
)

Grails

compile 'eu.infomas:annotation-detector:3.1.0-SNAPSHOT'

Leiningen

[eu.infomas/annotation-detector "3.1.0-SNAPSHOT"]

SBT

libraryDependencies += "eu.infomas" % "annotation-detector" % "3.1.0-SNAPSHOT"