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