Files download
File Operation
annotations_2.11-1.0.0-RC1.jar download
annotations_2.11-1.0.0-RC1.pom download
annotations_2.11-1.0.0-RC1-sources.jar download
Apache Maven
<dependency>
  <groupId>com.thoughtworks.dsl</groupId>
  <artifactId>annotations_2.11</artifactId>
  <version>1.0.0-RC1</version>
</dependency>
Gradle Groovy
implementation 'com.thoughtworks.dsl:annotations_2.11:1.0.0-RC1'
Gradle Kotlin
implementation("com.thoughtworks.dsl:annotations_2.11:1.0.0-RC1")
Scala SBT
libraryDependencies += "com.thoughtworks.dsl" % "annotations_2.11" % "1.0.0-RC1"
Groovy Grape
@Grapes(
  @Grab(group='com.thoughtworks.dsl', module='annotations_2.11', version='1.0.0-RC1')
)
Apache Ivy
<dependency org="com.thoughtworks.dsl" name="annotations_2.11" rev="1.0.0-RC1" />
Leiningen
[com.thoughtworks.dsl/annotations_2.11 "1.0.0-RC1"]
Apache Buildr
'com.thoughtworks.dsl:annotations_2.11:jar:1.0.0-RC1'