Download oozie-client-4.3.0.jar file - Jar o

Jar examples for o:oozie-client

Description

Apache Oozie Client

You can download jar file oozie-client 4.3.0 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add oozie-client-4.3.0.jar to your project.

<dependency>
   <groupId>org.apache.oozie</groupId>
   <artifactId>oozie-client</artifactId>
   <version>4.3.0</version>
</dependency>
compile group: 'org.apache.oozie', name: 'oozie-client', version: '4.3.0'
libraryDependencies += "org.apache.oozie" % "oozie-client" % "4.3.0"
<dependency org="org.apache.oozie" name="oozie-client" rev="4.3.0"/>
@Grapes(@Grab(group='org.apache.oozie', module='oozie-client', version='4.3.0'))
'org.apache.oozie:oozie-client:jar:4.3.0'

Download

Click the following link to download the jar file.

oozie-client-4.3.0-javadoc.jar
oozie-client-4.3.0-sources.jar
oozie-client-4.3.0.jar
oozie-client-4.3.0.pom



Related Tutorials