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