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