is not current version
Last Version 10.6

uk.org.retep:testFramework 9.6


GroupId

GroupId

uk.org.retep
ArtifactId

ArtifactId

testFramework
Version

Version

9.6
Type

Type

jar

Download testFramework 9.6


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