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