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