Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.tweety.logics |
ArtifactId | ArtifactIdpl |
Version | Version1.6 |
Type | Typejar |
Filename | Size |
---|---|
pl-1.6.pom | |
pl-1.6.jar | 1 MB |
pl-1.6-sources.jar | 1 MB |
pl-1.6-javadoc.jar | 9 MB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.tweety.logics/pl/ -->
<dependency>
<groupId>net.sf.tweety.logics</groupId>
<artifactId>pl</artifactId>
<version>1.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tweety.logics/pl/
implementation 'net.sf.tweety.logics:pl:1.6'
// https://jarcasting.com/artifacts/net.sf.tweety.logics/pl/
implementation ("net.sf.tweety.logics:pl:1.6")
'net.sf.tweety.logics:pl:jar:1.6'
<dependency org="net.sf.tweety.logics" name="pl" rev="1.6">
<artifact name="pl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tweety.logics', module='pl', version='1.6')
)
libraryDependencies += "net.sf.tweety.logics" % "pl" % "1.6"
[net.sf.tweety.logics/pl "1.6"]