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