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