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