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