Skip to content

Latest commit

 

History

History
21 lines (13 loc) · 520 Bytes

README.md

File metadata and controls

21 lines (13 loc) · 520 Bytes

This is scala client for Azkaban scheduler.

Dependency

###Sbt

libraryDependencies += "com.madhukaraphatak" %% "azkaban-client" % "0.2-SNAPSHOT"

supported for 2.11.

###Maven

 <dependency>
 <groupId>com.madhukaraphatak</groupId>
 <artifactId>azkaban-client</artifactId>
 <version>0.2-SNAPSHOT</version>
 </dependency>

Usage

For usage, refer to this test case.