MVN

org.jclouds.provider : openhosting-east1

Maven & Gradle

Apr 27, 2013
1 usages

jclouds Open Hosting East1 provider · Open Hosting implementation targeted to East1

<dependency>
    <groupId>org.jclouds.provider</groupId>
    <artifactId>openhosting-east1</artifactId>
    <version>1.6.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jclouds.provider : openhosting-east1 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.6.0
  • Latest Release Candidate: 1.6.0-rc.5
  • Latest Beta: 1.5.0-beta.11
  • Latest Alpha: 1.6.0-alpha.4

All Versions

Choose a version of org.jclouds.provider : openhosting-east1 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.6.x
openhosting-east1-1.6.0
openhosting-east1-1.6.0-rc.5
openhosting-east1-1.6.0-rc.4
openhosting-east1-1.6.0-rc.3
openhosting-east1-1.6.0-rc.2
openhosting-east1-1.6.0-rc.1
openhosting-east1-1.6.0-alpha.4
openhosting-east1-1.6.0-alpha.3
openhosting-east1-1.6.0-alpha.2
openhosting-east1-1.6.0-alpha.1
1.5.x
openhosting-east1-1.5.10
openhosting-east1-1.5.9
openhosting-east1-1.5.8
openhosting-east1-1.5.7
openhosting-east1-1.5.6
openhosting-east1-1.5.5
openhosting-east1-1.5.4
openhosting-east1-1.5.3
openhosting-east1-1.5.2
openhosting-east1-1.5.1
openhosting-east1-1.5.0
openhosting-east1-1.5.0-rc.1
openhosting-east1-1.5.0-beta.11
openhosting-east1-1.5.0-beta.10
openhosting-east1-1.5.0-beta.9
openhosting-east1-1.5.0-beta.8
openhosting-east1-1.5.0-beta.7
openhosting-east1-1.5.0-beta.6
openhosting-east1-1.5.0-beta.5
openhosting-east1-1.5.0-beta.4
openhosting-east1-1.5.0-beta.3
openhosting-east1-1.5.0-beta.2
openhosting-east1-1.5.0-beta.1
openhosting-east1-1.5.0-alpha.6
openhosting-east1-1.5.0-alpha.5
openhosting-east1-1.5.0-alpha.4
openhosting-east1-1.5.0-alpha.3
openhosting-east1-1.5.0-alpha.2
openhosting-east1-1.5.0-alpha.1
1.4.x
openhosting-east1-1.4.2
openhosting-east1-1.4.1
openhosting-east1-1.4.0
openhosting-east1-1.4.0-rc.3
openhosting-east1-1.4.0-rc.2
openhosting-east1-1.4.0-rc.1
1.3.x
openhosting-east1-1.3.2
openhosting-east1-1.3.1
openhosting-east1-1.3.0
openhosting-east1-1.3.0-rc-2
openhosting-east1-1.3.0-rc-1
1.2.x
openhosting-east1-1.2.2
openhosting-east1-1.2.1
openhosting-east1-1.2.0
1.1.x
openhosting-east1-1.1.1
openhosting-east1-1.1.0
1.0
openhosting-east1-1.0-beta-9d
openhosting-east1-1.0-beta-9c
openhosting-east1-1.0-beta-9b
openhosting-east1-1.0-beta-9a
openhosting-east1-1.0-beta-9
1.0.x
openhosting-east1-1.0.0

How to add a dependency to Maven

Add the following org.jclouds.provider : openhosting-east1 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jclouds.provider</groupId>
    <artifactId>openhosting-east1</artifactId>
    <version>1.6.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jclouds.provider : openhosting-east1 gradle dependency to your build.gradle file:

implementation 'org.jclouds.provider:openhosting-east1:1.6.0'

Gradle Kotlin DSL: Add the following org.jclouds.provider : openhosting-east1 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jclouds.provider:openhosting-east1:1.6.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jclouds.provider : openhosting-east1 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jclouds.provider" % "openhosting-east1" % "1.6.0"

Advertisement