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