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