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