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