Files download
File Operation
ServiceAutomation-2.0.0.jar download
ServiceAutomation-2.0.0.pom download
ServiceAutomation-2.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.bhatiarishabh</groupId>
  <artifactId>ServiceAutomation</artifactId>
  <version>2.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.bhatiarishabh:ServiceAutomation:2.0.0'
Gradle Kotlin
implementation("com.github.bhatiarishabh:ServiceAutomation:2.0.0")
Scala SBT
libraryDependencies += "com.github.bhatiarishabh" % "ServiceAutomation" % "2.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.bhatiarishabh', module='ServiceAutomation', version='2.0.0')
)
Apache Ivy
<dependency org="com.github.bhatiarishabh" name="ServiceAutomation" rev="2.0.0" />
Leiningen
[com.github.bhatiarishabh/ServiceAutomation "2.0.0"]
Apache Buildr
'com.github.bhatiarishabh:ServiceAutomation:jar:2.0.0'