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