is not current version
Last Version 1.1.4

us.rothmichaels.parents:testing-parent 1.1.0

Parent POM that for all us.rothmichaels projects provides junit and jmock .

GroupId

GroupId

us.rothmichaels.parents
ArtifactId

ArtifactId

testing-parent
Version

Version

1.1.0
Type

Type

pom

Download testing-parent 1.1.0

Filename Size
testing-parent-1.1.0.pom 1 KB
Browse

<!-- https://jarcasting.com/artifacts/us.rothmichaels.parents/testing-parent/ -->
<dependency>
    <groupId>us.rothmichaels.parents</groupId>
    <artifactId>testing-parent</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/us.rothmichaels.parents/testing-parent/
implementation 'us.rothmichaels.parents:testing-parent:1.1.0'
// https://jarcasting.com/artifacts/us.rothmichaels.parents/testing-parent/
implementation ("us.rothmichaels.parents:testing-parent:1.1.0")
'us.rothmichaels.parents:testing-parent:pom:1.1.0'
<dependency org="us.rothmichaels.parents" name="testing-parent" rev="1.1.0">
  <artifact name="testing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='us.rothmichaels.parents', module='testing-parent', version='1.1.0')
)
libraryDependencies += "us.rothmichaels.parents" % "testing-parent" % "1.1.0"
[us.rothmichaels.parents/testing-parent "1.1.0"]