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