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