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