Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.metawidget.modules.json |
ArtifactId | ArtifactIdjson-parent |
Version | Version3.9 |
Type | Typepom |
Filename | Size |
---|---|
json-parent-3.9.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.9</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.metawidget.modules.json/json-parent/
implementation 'org.metawidget.modules.json:json-parent:3.9'
// https://jarcasting.com/artifacts/org.metawidget.modules.json/json-parent/
implementation ("org.metawidget.modules.json:json-parent:3.9")
'org.metawidget.modules.json:json-parent:pom:3.9'
<dependency org="org.metawidget.modules.json" name="json-parent" rev="3.9">
<artifact name="json-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.metawidget.modules.json', module='json-parent', version='3.9')
)
libraryDependencies += "org.metawidget.modules.json" % "json-parent" % "3.9"
[org.metawidget.modules.json/json-parent "3.9"]