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