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