is not current version
Last Version 4

org.jsonurl:parent 2

${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

2
Type

Type

pom

Download parent 2

Filename Size
parent-2.pom 12 KB
Browse

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