| GroupId | GroupIdus.rothmichaels.parents |
|---|---|
| ArtifactId | ArtifactIdsuper-parent |
| Version | Version1.1.1 |
| Type | Typepom |
| Filename | Size |
|---|---|
| super-parent-1.1.1.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/us.rothmichaels.parents/super-parent/ -->
<dependency>
<groupId>us.rothmichaels.parents</groupId>
<artifactId>super-parent</artifactId>
<version>1.1.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/us.rothmichaels.parents/super-parent/
implementation 'us.rothmichaels.parents:super-parent:1.1.1'
// https://jarcasting.com/artifacts/us.rothmichaels.parents/super-parent/
implementation ("us.rothmichaels.parents:super-parent:1.1.1")
'us.rothmichaels.parents:super-parent:pom:1.1.1'
<dependency org="us.rothmichaels.parents" name="super-parent" rev="1.1.1">
<artifact name="super-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='us.rothmichaels.parents', module='super-parent', version='1.1.1')
)
libraryDependencies += "us.rothmichaels.parents" % "super-parent" % "1.1.1"
[us.rothmichaels.parents/super-parent "1.1.1"]