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