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