is not current version
Last Version 4

org.jsonurl:parent 3

${jsonurl.description} This is the parent POM for the all jsonurl maven artifacts.

Categories

Categories

JSON Data
GroupId

GroupId

org.jsonurl
ArtifactId

ArtifactId

parent
Version

Version

3
Type

Type

pom

Download parent 3

Filename Size
parent-3.pom 17 KB
Browse

<!-- https://jarcasting.com/artifacts/org.jsonurl/parent/ -->
<dependency>
    <groupId>org.jsonurl</groupId>
    <artifactId>parent</artifactId>
    <version>3</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/parent/
implementation 'org.jsonurl:parent:3'
// https://jarcasting.com/artifacts/org.jsonurl/parent/
implementation ("org.jsonurl:parent:3")
'org.jsonurl:parent:pom:3'
<dependency org="org.jsonurl" name="parent" rev="3">
  <artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='parent', version='3')
)
libraryDependencies += "org.jsonurl" % "parent" % "3"
[org.jsonurl/parent "3"]