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