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