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