This is scala client for Azkaban scheduler.
###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>
For usage, refer to this test case.