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