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