GroupId | GroupIdorg.tachyonproject |
---|---|
ArtifactId | ArtifactIdtachyon-integration-tests |
Version | Version0.8.1 |
Type | Typejar |
Filename | Size |
---|---|
tachyon-integration-tests-0.8.1.pom | |
tachyon-integration-tests-0.8.1.jar | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.tachyonproject/tachyon-integration-tests/ -->
<dependency>
<groupId>org.tachyonproject</groupId>
<artifactId>tachyon-integration-tests</artifactId>
<version>0.8.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.tachyonproject/tachyon-integration-tests/
implementation 'org.tachyonproject:tachyon-integration-tests:0.8.1'
// https://jarcasting.com/artifacts/org.tachyonproject/tachyon-integration-tests/
implementation ("org.tachyonproject:tachyon-integration-tests:0.8.1")
'org.tachyonproject:tachyon-integration-tests:jar:0.8.1'
<dependency org="org.tachyonproject" name="tachyon-integration-tests" rev="0.8.1">
<artifact name="tachyon-integration-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.tachyonproject', module='tachyon-integration-tests', version='0.8.1')
)
libraryDependencies += "org.tachyonproject" % "tachyon-integration-tests" % "0.8.1"
[org.tachyonproject/tachyon-integration-tests "0.8.1"]