GroupId | GroupIdorg.alluxio |
---|---|
ArtifactId | ArtifactIdalluxio-tests |
Version | Version1.1.1 |
Type | Typejar |
Filename | Size |
---|---|
alluxio-tests-1.1.1.pom | |
alluxio-tests-1.1.1.jar | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-tests/ -->
<dependency>
<groupId>org.alluxio</groupId>
<artifactId>alluxio-tests</artifactId>
<version>1.1.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-tests/
implementation 'org.alluxio:alluxio-tests:1.1.1'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-tests/
implementation ("org.alluxio:alluxio-tests:1.1.1")
'org.alluxio:alluxio-tests:jar:1.1.1'
<dependency org="org.alluxio" name="alluxio-tests" rev="1.1.1">
<artifact name="alluxio-tests" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-tests', version='1.1.1')
)
libraryDependencies += "org.alluxio" % "alluxio-tests" % "1.1.1"
[org.alluxio/alluxio-tests "1.1.1"]