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