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