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