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