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