| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.tweety.lp |
| ArtifactId | ArtifactIdasp |
| Version | Version1.8 |
| Type | Typejar |
| Filename | Size |
|---|---|
| asp-1.8.pom | |
| asp-1.8.jar | 120 KB |
| asp-1.8-sources.jar | 121 KB |
| asp-1.8-javadoc.jar | 4 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.tweety.lp/asp/ -->
<dependency>
<groupId>net.sf.tweety.lp</groupId>
<artifactId>asp</artifactId>
<version>1.8</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tweety.lp/asp/
implementation 'net.sf.tweety.lp:asp:1.8'
// https://jarcasting.com/artifacts/net.sf.tweety.lp/asp/
implementation ("net.sf.tweety.lp:asp:1.8")
'net.sf.tweety.lp:asp:jar:1.8'
<dependency org="net.sf.tweety.lp" name="asp" rev="1.8">
<artifact name="asp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tweety.lp', module='asp', version='1.8')
)
libraryDependencies += "net.sf.tweety.lp" % "asp" % "1.8"
[net.sf.tweety.lp/asp "1.8"]