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