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