文件下载
文件名 操作
math-1.16.jar 下载
math-1.16.pom 下载
math-1.16-sources.jar 下载
Apache Maven
<dependency>
  <groupId>net.sf.tweety</groupId>
  <artifactId>math</artifactId>
  <version>1.16</version>
</dependency>
Gradle Groovy
implementation 'net.sf.tweety:math:1.16'
Gradle Kotlin
implementation("net.sf.tweety:math:1.16")
Scala SBT
libraryDependencies += "net.sf.tweety" % "math" % "1.16"
Groovy Grape
@Grapes(
  @Grab(group='net.sf.tweety', module='math', version='1.16')
)
Apache Ivy
<dependency org="net.sf.tweety" name="math" rev="1.16" />
Leiningen
[net.sf.tweety/math "1.16"]
Apache Buildr
'net.sf.tweety:math:jar:1.16'