Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.sf.tweety.logics |
ArtifactId | ArtifactIdcl |
Version | Version1.9 |
Type | Typejar |
Filename | Size |
---|---|
cl-1.9.pom | |
cl-1.9.jar | 45 KB |
cl-1.9-sources.jar | 39 KB |
cl-1.9-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.9</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.tweety.logics/cl/
implementation 'net.sf.tweety.logics:cl:1.9'
// https://jarcasting.com/artifacts/net.sf.tweety.logics/cl/
implementation ("net.sf.tweety.logics:cl:1.9")
'net.sf.tweety.logics:cl:jar:1.9'
<dependency org="net.sf.tweety.logics" name="cl" rev="1.9">
<artifact name="cl" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.tweety.logics', module='cl', version='1.9')
)
libraryDependencies += "net.sf.tweety.logics" % "cl" % "1.9"
[net.sf.tweety.logics/cl "1.9"]