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