t

tez-runtime-library

Files download
File Operation
tez-runtime-library-0.5.2.jar download
tez-runtime-library-0.5.2.pom download
tez-runtime-library-0.5.2-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.tez</groupId>
  <artifactId>tez-runtime-library</artifactId>
  <version>0.5.2</version>
</dependency>
Gradle Groovy
implementation 'org.apache.tez:tez-runtime-library:0.5.2'
Gradle Kotlin
implementation("org.apache.tez:tez-runtime-library:0.5.2")
Scala SBT
libraryDependencies += "org.apache.tez" % "tez-runtime-library" % "0.5.2"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.tez', module='tez-runtime-library', version='0.5.2')
)
Apache Ivy
<dependency org="org.apache.tez" name="tez-runtime-library" rev="0.5.2" />
Leiningen
[org.apache.tez/tez-runtime-library "0.5.2"]
Apache Buildr
'org.apache.tez:tez-runtime-library:jar:0.5.2'