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