is not current version
Last Version 1.2.0

org.e-hoffman.testing:parent 1.1.0


GroupId

GroupId

org.e-hoffman.testing
ArtifactId

ArtifactId

parent
Version

Version

1.1.0
Type

Type

pom

Download parent 1.1.0

Filename Size
parent-1.1.0.pom 13 KB
Browse

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