GroupId | GroupIdorg.parancoe |
---|---|
ArtifactId | ArtifactIdparancoe-plugin-world |
Version | Version2.0 |
Type | Typejar |
Filename | Size |
---|---|
parancoe-plugin-world-2.0.pom | |
parancoe-plugin-world-2.0.jar | 10 KB |
parancoe-plugin-world-2.0-sources.jar | 7 KB |
parancoe-plugin-world-2.0-javadoc.jar | 46 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.parancoe/parancoe-plugin-world/ -->
<dependency>
<groupId>org.parancoe</groupId>
<artifactId>parancoe-plugin-world</artifactId>
<version>2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.parancoe/parancoe-plugin-world/
implementation 'org.parancoe:parancoe-plugin-world:2.0'
// https://jarcasting.com/artifacts/org.parancoe/parancoe-plugin-world/
implementation ("org.parancoe:parancoe-plugin-world:2.0")
'org.parancoe:parancoe-plugin-world:jar:2.0'
<dependency org="org.parancoe" name="parancoe-plugin-world" rev="2.0">
<artifact name="parancoe-plugin-world" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.parancoe', module='parancoe-plugin-world', version='2.0')
)
libraryDependencies += "org.parancoe" % "parancoe-plugin-world" % "2.0"
[org.parancoe/parancoe-plugin-world "2.0"]