Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.peachjean.tater |
ArtifactId | ArtifactIdtater-test-harness |
Version | Version0.2 |
Type | Typejar |
Filename | Size |
---|---|
tater-test-harness-0.2.pom | |
tater-test-harness-0.2.jar | 11 KB |
tater-test-harness-0.2-sources.jar | 5 KB |
tater-test-harness-0.2-javadoc.jar | 62 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.peachjean.tater/tater-test-harness/ -->
<dependency>
<groupId>net.peachjean.tater</groupId>
<artifactId>tater-test-harness</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.peachjean.tater/tater-test-harness/
implementation 'net.peachjean.tater:tater-test-harness:0.2'
// https://jarcasting.com/artifacts/net.peachjean.tater/tater-test-harness/
implementation ("net.peachjean.tater:tater-test-harness:0.2")
'net.peachjean.tater:tater-test-harness:jar:0.2'
<dependency org="net.peachjean.tater" name="tater-test-harness" rev="0.2">
<artifact name="tater-test-harness" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.peachjean.tater', module='tater-test-harness', version='0.2')
)
libraryDependencies += "net.peachjean.tater" % "tater-test-harness" % "0.2"
[net.peachjean.tater/tater-test-harness "0.2"]