GroupId | GroupIdcom.github.hjohn.ddif |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version2.0.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-2.0.0.pom | 6 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.hjohn.ddif/parent/ -->
<dependency>
<groupId>com.github.hjohn.ddif</groupId>
<artifactId>parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/parent/
implementation 'com.github.hjohn.ddif:parent:2.0.0'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/parent/
implementation ("com.github.hjohn.ddif:parent:2.0.0")
'com.github.hjohn.ddif:parent:pom:2.0.0'
<dependency org="com.github.hjohn.ddif" name="parent" rev="2.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif', module='parent', version='2.0.0')
)
libraryDependencies += "com.github.hjohn.ddif" % "parent" % "2.0.0"
[com.github.hjohn.ddif/parent "2.0.0"]