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