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