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