is not current version
Last Version 2.1.0

net.minidev:parent 2.0-RC2

minidev common properties.

Categories

Categories

IDE Development Tools Net
GroupId

GroupId

net.minidev
ArtifactId

ArtifactId

parent
Version

Version

2.0-RC2
Type

Type

pom

Download parent 2.0-RC2

Filename Size
parent-2.0-RC2.pom 10 KB
Browse

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