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