GroupId | GroupIdorg.parancoe |
---|---|
ArtifactId | ArtifactIdparancoe-plugin-sample |
Version | Version0.3.4 |
Type | Typejar |
Filename | Size |
---|---|
parancoe-plugin-sample-0.3.4.pom | |
parancoe-plugin-sample-0.3.4.jar | 119 KB |
parancoe-plugin-sample-0.3.4-sources.jar | 117 KB |
parancoe-plugin-sample-0.3.4-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>0.3.4</version>
</dependency>
// https://jarcasting.com/artifacts/org.parancoe/parancoe-plugin-sample/
implementation 'org.parancoe:parancoe-plugin-sample:0.3.4'
// https://jarcasting.com/artifacts/org.parancoe/parancoe-plugin-sample/
implementation ("org.parancoe:parancoe-plugin-sample:0.3.4")
'org.parancoe:parancoe-plugin-sample:jar:0.3.4'
<dependency org="org.parancoe" name="parancoe-plugin-sample" rev="0.3.4">
<artifact name="parancoe-plugin-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.parancoe', module='parancoe-plugin-sample', version='0.3.4')
)
libraryDependencies += "org.parancoe" % "parancoe-plugin-sample" % "0.3.4"
[org.parancoe/parancoe-plugin-sample "0.3.4"]