is not current version
Last Version 1.0.0

org.testifyproject.examples:parent 0.9.3

Parent module of Testify Examples and Archetypes

GroupId

GroupId

org.testifyproject.examples
ArtifactId

ArtifactId

parent
Version

Version

0.9.3
Type

Type

pom

Download parent 0.9.3

Filename Size
parent-0.9.3.pom 33 KB
Browse

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