is not current version
Last Version 7

de.grobmeier.json:parent 3

JJSON is consisting of API and framework plugins for dealing with the JSON specification. The JJSON parent defines global settings.

Categories

Categories

JSON Data
GroupId

GroupId

de.grobmeier.json
ArtifactId

ArtifactId

parent
Version

Version

3
Type

Type

pom

Download parent 3

Filename Size
parent-3.pom 7 KB
Browse

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