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