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