| Categories |
CategoriesNet |
|---|---|
| GroupId | GroupIdnet.sf.tweety.lp |
| ArtifactId | ArtifactIdasp |
| Version | Version1.7 |
| Type | Typejar |
| Filename | Size |
|---|---|
| asp-1.7.pom | |
| asp-1.7.jar | 117 KB |
| asp-1.7-sources.jar | 118 KB |
| asp-1.7-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.7</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tweety.lp/asp/
implementation 'net.sf.tweety.lp:asp:1.7'
// https://jarcasting.com/artifacts/net.sf.tweety.lp/asp/
implementation ("net.sf.tweety.lp:asp:1.7")
'net.sf.tweety.lp:asp:jar:1.7'
<dependency org="net.sf.tweety.lp" name="asp" rev="1.7">
<artifact name="asp" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tweety.lp', module='asp', version='1.7')
)
libraryDependencies += "net.sf.tweety.lp" % "asp" % "1.7"
[net.sf.tweety.lp/asp "1.7"]