GroupId | GroupIdorg.apache.oozie |
---|---|
ArtifactId | ArtifactIdoozie-tools |
Version | Version4.3.0 |
Type | Typejar |
Filename | Size |
---|---|
oozie-tools-4.3.0.pom | |
oozie-tools-4.3.0.jar | 39 KB |
oozie-tools-4.3.0-sources.jar | 25 KB |
oozie-tools-4.3.0-javadoc.jar | 55 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.oozie/oozie-tools/ -->
<dependency>
<groupId>org.apache.oozie</groupId>
<artifactId>oozie-tools</artifactId>
<version>4.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.oozie/oozie-tools/
implementation 'org.apache.oozie:oozie-tools:4.3.0'
// https://jarcasting.com/artifacts/org.apache.oozie/oozie-tools/
implementation ("org.apache.oozie:oozie-tools:4.3.0")
'org.apache.oozie:oozie-tools:jar:4.3.0'
<dependency org="org.apache.oozie" name="oozie-tools" rev="4.3.0">
<artifact name="oozie-tools" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.oozie', module='oozie-tools', version='4.3.0')
)
libraryDependencies += "org.apache.oozie" % "oozie-tools" % "4.3.0"
[org.apache.oozie/oozie-tools "4.3.0"]