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