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