is not current version
Last Version 4

org.jsonurl:parent 1

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

1
Type

Type

pom

Download parent 1

Filename Size
parent-1.pom 9 KB
Browse

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