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