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