is not current version
Last Version 2.8.0-2

org.alluxio:alluxio-assembly 1.7.0

Assembly JARs of Alluxio system

GroupId

GroupId

org.alluxio
ArtifactId

ArtifactId

alluxio-assembly
Version

Version

1.7.0
Type

Type

pom

Download alluxio-assembly 1.7.0


<!-- https://jarcasting.com/artifacts/org.alluxio/alluxio-assembly/ -->
<dependency>
    <groupId>org.alluxio</groupId>
    <artifactId>alluxio-assembly</artifactId>
    <version>1.7.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.alluxio/alluxio-assembly/
implementation 'org.alluxio:alluxio-assembly:1.7.0'
// https://jarcasting.com/artifacts/org.alluxio/alluxio-assembly/
implementation ("org.alluxio:alluxio-assembly:1.7.0")
'org.alluxio:alluxio-assembly:pom:1.7.0'
<dependency org="org.alluxio" name="alluxio-assembly" rev="1.7.0">
  <artifact name="alluxio-assembly" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.alluxio', module='alluxio-assembly', version='1.7.0')
)
libraryDependencies += "org.alluxio" % "alluxio-assembly" % "1.7.0"
[org.alluxio/alluxio-assembly "1.7.0"]