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