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