GroupId | GroupIduk.org.retep |
---|---|
ArtifactId | ArtifactIdtestFramework |
Version | Version9.8-RC1 |
Type | Typejar |
Filename | Size |
---|---|
testFramework-9.8-RC1.pom | |
testFramework-9.8-RC1.jar | 3 KB |
testFramework-9.8-RC1-sources.jar | 1 KB |
testFramework-9.8-RC1-javadoc.jar | 21 KB |
Browse |
<!-- https://jarcasting.com/artifacts/uk.org.retep/testFramework/ -->
<dependency>
<groupId>uk.org.retep</groupId>
<artifactId>testFramework</artifactId>
<version>9.8-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/uk.org.retep/testFramework/
implementation 'uk.org.retep:testFramework:9.8-RC1'
// https://jarcasting.com/artifacts/uk.org.retep/testFramework/
implementation ("uk.org.retep:testFramework:9.8-RC1")
'uk.org.retep:testFramework:jar:9.8-RC1'
<dependency org="uk.org.retep" name="testFramework" rev="9.8-RC1">
<artifact name="testFramework" type="jar" />
</dependency>
@Grapes(
@Grab(group='uk.org.retep', module='testFramework', version='9.8-RC1')
)
libraryDependencies += "uk.org.retep" % "testFramework" % "9.8-RC1"
[uk.org.retep/testFramework "9.8-RC1"]