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