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