| License |
License |
|---|---|
| GroupId | GroupIdorg.apache.tez |
| ArtifactId | ArtifactIdtez-ui2 |
| Last Version | Last Version0.8.5 |
| Release Date | Release Date |
| Type | Typewar |
| Description |
Description |
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| tez-ui2-0.8.5.pom | |
| tez-ui2-0.8.5.war | 2 MB |
| tez-ui2-0.8.5-tests.jar | 3 KB |
| tez-ui2-0.8.5-sources.jar | 8 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.apache.tez/tez-ui2/ -->
<dependency>
<groupId>org.apache.tez</groupId>
<artifactId>tez-ui2</artifactId>
<version>0.8.5</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tez/tez-ui2/
implementation 'org.apache.tez:tez-ui2:0.8.5'
// https://jarcasting.com/artifacts/org.apache.tez/tez-ui2/
implementation ("org.apache.tez:tez-ui2:0.8.5")
'org.apache.tez:tez-ui2:war:0.8.5'
<dependency org="org.apache.tez" name="tez-ui2" rev="0.8.5">
<artifact name="tez-ui2" type="war" />
</dependency>
@Grapes(
@Grab(group='org.apache.tez', module='tez-ui2', version='0.8.5')
)
libraryDependencies += "org.apache.tez" % "tez-ui2" % "0.8.5"
[org.apache.tez/tez-ui2 "0.8.5"]