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