| Categories |
CategoriesJSON Data |
|---|---|
| GroupId | GroupIdorg.jsonex |
| ArtifactId | ArtifactIdjcParent |
| Version | Version0.1.13 |
| Type | Typepom |
| Filename | Size |
|---|---|
| jcParent-0.1.13.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.jsonex/jcParent/ -->
<dependency>
<groupId>org.jsonex</groupId>
<artifactId>jcParent</artifactId>
<version>0.1.13</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsonex/jcParent/
implementation 'org.jsonex:jcParent:0.1.13'
// https://jarcasting.com/artifacts/org.jsonex/jcParent/
implementation ("org.jsonex:jcParent:0.1.13")
'org.jsonex:jcParent:pom:0.1.13'
<dependency org="org.jsonex" name="jcParent" rev="0.1.13">
<artifact name="jcParent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsonex', module='jcParent', version='0.1.13')
)
libraryDependencies += "org.jsonex" % "jcParent" % "0.1.13"
[org.jsonex/jcParent "0.1.13"]