Dependency Information

Apache Maven

<dependency>
  <groupId>org.slieb</groupId>
  <artifactId>soy-annotations</artifactId>
  <version>1.3</version>
</dependency>

Apache Buildr

'org.slieb:soy-annotations:jar:1.3'

Apache Ivy

<dependency org="org.slieb" name="soy-annotations" rev="1.3">
  <artifact name="soy-annotations" type="jar" />
</dependency>

Groovy Grape

@Grapes(
@Grab(group='org.slieb', module='soy-annotations', version='1.3')
)

Grails

compile 'org.slieb:soy-annotations:1.3'

Leiningen

[org.slieb/soy-annotations "1.3"]

SBT

libraryDependencies += "org.slieb" % "soy-annotations" % "1.3"