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