GroupId | GroupIdorg.apache.tez |
---|---|
ArtifactId | ArtifactIdtez-runtime-library |
Version | Version0.2.0 |
Type | Typejar |
Filename | Size |
---|---|
tez-runtime-library-0.2.0.pom | |
tez-runtime-library-0.2.0.jar | 312 KB |
tez-runtime-library-0.2.0-tests.jar | 16 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tez/tez-runtime-library/ -->
<dependency>
<groupId>org.apache.tez</groupId>
<artifactId>tez-runtime-library</artifactId>
<version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tez/tez-runtime-library/
implementation 'org.apache.tez:tez-runtime-library:0.2.0'
// https://jarcasting.com/artifacts/org.apache.tez/tez-runtime-library/
implementation ("org.apache.tez:tez-runtime-library:0.2.0")
'org.apache.tez:tez-runtime-library:jar:0.2.0'
<dependency org="org.apache.tez" name="tez-runtime-library" rev="0.2.0">
<artifact name="tez-runtime-library" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tez', module='tez-runtime-library', version='0.2.0')
)
libraryDependencies += "org.apache.tez" % "tez-runtime-library" % "0.2.0"
[org.apache.tez/tez-runtime-library "0.2.0"]