is not current version
Last Version 10.6

uk.org.retep:testFramework 10.5


GroupId

GroupId

uk.org.retep
ArtifactId

ArtifactId

testFramework
Version

Version

10.5
Type

Type

jar

Download testFramework 10.5


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