is not current version
Last Version 10.6

uk.org.retep:testFramework 9.7


GroupId

GroupId

uk.org.retep
ArtifactId

ArtifactId

testFramework
Version

Version

9.7
Type

Type

jar

Download testFramework 9.7


<!-- https://jarcasting.com/artifacts/uk.org.retep/testFramework/ -->
<dependency>
    <groupId>uk.org.retep</groupId>
    <artifactId>testFramework</artifactId>
    <version>9.7</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/testFramework/
implementation 'uk.org.retep:testFramework:9.7'
// https://jarcasting.com/artifacts/uk.org.retep/testFramework/
implementation ("uk.org.retep:testFramework:9.7")
'uk.org.retep:testFramework:jar:9.7'
<dependency org="uk.org.retep" name="testFramework" rev="9.7">
  <artifact name="testFramework" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='testFramework', version='9.7')
)
libraryDependencies += "uk.org.retep" % "testFramework" % "9.7"
[uk.org.retep/testFramework "9.7"]