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