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