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