Categories |
CategoriesJSON Data |
---|---|
GroupId | GroupIdorg.jsonurl |
ArtifactId | ArtifactIdparent |
Version | Version2 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.pom | 12 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.jsonurl/parent/ -->
<dependency>
<groupId>org.jsonurl</groupId>
<artifactId>parent</artifactId>
<version>2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.jsonurl/parent/
implementation 'org.jsonurl:parent:2'
// https://jarcasting.com/artifacts/org.jsonurl/parent/
implementation ("org.jsonurl:parent:2")
'org.jsonurl:parent:pom:2'
<dependency org="org.jsonurl" name="parent" rev="2">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.jsonurl', module='parent', version='2')
)
libraryDependencies += "org.jsonurl" % "parent" % "2"
[org.jsonurl/parent "2"]