Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.metawidget.modules.json |
ArtifactId | ArtifactIdjson-parent |
Version | Version3.6 |
Type | Typepom |
Filename | Size |
---|---|
json-parent-3.6.pom | 628 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.metawidget.modules.json/json-parent/ -->
<dependency>
<groupId>org.metawidget.modules.json</groupId>
<artifactId>json-parent</artifactId>
<version>3.6</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules.json/json-parent/
implementation 'org.metawidget.modules.json:json-parent:3.6'
// https://jarcasting.com/artifacts/org.metawidget.modules.json/json-parent/
implementation ("org.metawidget.modules.json:json-parent:3.6")
'org.metawidget.modules.json:json-parent:pom:3.6'
<dependency org="org.metawidget.modules.json" name="json-parent" rev="3.6">
<artifact name="json-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules.json', module='json-parent', version='3.6')
)
libraryDependencies += "org.metawidget.modules.json" % "json-parent" % "3.6"
[org.metawidget.modules.json/json-parent "3.6"]