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