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