GroupId | GroupIdcom.github.hjohn.ddif |
---|---|
ArtifactId | ArtifactIdparent |
Version | Version3.0.0 |
Type | Typepom |
Filename | Size |
---|---|
parent-3.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>3.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/parent/
implementation 'com.github.hjohn.ddif:parent:3.0.0'
// https://jarcasting.com/artifacts/com.github.hjohn.ddif/parent/
implementation ("com.github.hjohn.ddif:parent:3.0.0")
'com.github.hjohn.ddif:parent:pom:3.0.0'
<dependency org="com.github.hjohn.ddif" name="parent" rev="3.0.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.hjohn.ddif', module='parent', version='3.0.0')
)
libraryDependencies += "com.github.hjohn.ddif" % "parent" % "3.0.0"
[com.github.hjohn.ddif/parent "3.0.0"]