is not current version
Last Version 0.9.5

org.testifyproject.resources:parent 0.9.4

Parent module of reusable Testify LocalResourceProvider implementations

GroupId

GroupId

org.testifyproject.resources
ArtifactId

ArtifactId

parent
Version

Version

0.9.4
Type

Type

pom

Download parent 0.9.4

Filename Size
parent-0.9.4.pom 35 KB
Browse

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