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