MVN

br.com.autonomiccs : apache-cloudstack-java-client

Maven & Gradle

Oct 28, 2017
1 usages
16 stars

apache-cloudstack-java-client · This project facilitates the integration of Java applications with Apache CloudStack through its API.

<dependency>
    <groupId>br.com.autonomiccs</groupId>
    <artifactId>apache-cloudstack-java-client</artifactId>
    <version>1.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of br.com.autonomiccs : apache-cloudstack-java-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.9

All Versions

Choose a version of br.com.autonomiccs : apache-cloudstack-java-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
apache-cloudstack-java-client-1.0.9
apache-cloudstack-java-client-1.0.8
apache-cloudstack-java-client-1.0.7
apache-cloudstack-java-client-1.0.6
apache-cloudstack-java-client-1.0.5
apache-cloudstack-java-client-1.0.4
apache-cloudstack-java-client-1.0.3
apache-cloudstack-java-client-1.0.2
apache-cloudstack-java-client-1.0.1
apache-cloudstack-java-client-1.0.0

How to add a dependency to Maven

Add the following br.com.autonomiccs : apache-cloudstack-java-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>br.com.autonomiccs</groupId>
    <artifactId>apache-cloudstack-java-client</artifactId>
    <version>1.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following br.com.autonomiccs : apache-cloudstack-java-client gradle dependency to your build.gradle file:

implementation 'br.com.autonomiccs:apache-cloudstack-java-client:1.0.9'

Gradle Kotlin DSL: Add the following br.com.autonomiccs : apache-cloudstack-java-client gradle kotlin dependency to your build.gradle.kts file:

implementation("br.com.autonomiccs:apache-cloudstack-java-client:1.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following br.com.autonomiccs : apache-cloudstack-java-client sbt scala dependency to your build.sbt file:

libraryDependencies += "br.com.autonomiccs" % "apache-cloudstack-java-client" % "1.0.9"

Advertisement