| GroupId | GroupIdio.github.slvwolf |
|---|---|
| ArtifactId | ArtifactIdccentral-common |
| Version | Version0.4.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| ccentral-common-0.4.2.pom | |
| ccentral-common-0.4.2.jar | 5 KB |
| ccentral-common-0.4.2-sources.jar | 2 KB |
| ccentral-common-0.4.2-javadoc.jar | 372 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.github.slvwolf/ccentral-common/ -->
<dependency>
<groupId>io.github.slvwolf</groupId>
<artifactId>ccentral-common</artifactId>
<version>0.4.2</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.slvwolf/ccentral-common/
implementation 'io.github.slvwolf:ccentral-common:0.4.2'
// https://jarcasting.com/artifacts/io.github.slvwolf/ccentral-common/
implementation ("io.github.slvwolf:ccentral-common:0.4.2")
'io.github.slvwolf:ccentral-common:jar:0.4.2'
<dependency org="io.github.slvwolf" name="ccentral-common" rev="0.4.2">
<artifact name="ccentral-common" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.slvwolf', module='ccentral-common', version='0.4.2')
)
libraryDependencies += "io.github.slvwolf" % "ccentral-common" % "0.4.2"
[io.github.slvwolf/ccentral-common "0.4.2"]