MVN

com.huawei.openstack4j.connectors : openstack4j-httpclient

Maven & Gradle

Nov 13, 2020
1 usages
285 stars

OpenStack4j HttpComponents-HttpClient Connector

<dependency>
    <groupId>com.huawei.openstack4j.connectors</groupId>
    <artifactId>openstack4j-httpclient</artifactId>
    <version>1.0.26</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.huawei.openstack4j.connectors : openstack4j-httpclient to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.26

All Versions

Choose a version of com.huawei.openstack4j.connectors : openstack4j-httpclient to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
openstack4j-httpclient-1.0.26
openstack4j-httpclient-1.0.25
openstack4j-httpclient-1.0.24
openstack4j-httpclient-1.0.23
openstack4j-httpclient-1.0.22
openstack4j-httpclient-1.0.21
openstack4j-httpclient-1.0.19
openstack4j-httpclient-1.0.18
openstack4j-httpclient-1.0.17
openstack4j-httpclient-1.0.16
openstack4j-httpclient-1.0.15
openstack4j-httpclient-1.0.13
openstack4j-httpclient-1.0.10
openstack4j-httpclient-1.0.9
openstack4j-httpclient-1.0.5

How to add a dependency to Maven

Add the following com.huawei.openstack4j.connectors : openstack4j-httpclient maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.huawei.openstack4j.connectors</groupId>
    <artifactId>openstack4j-httpclient</artifactId>
    <version>1.0.26</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.huawei.openstack4j.connectors : openstack4j-httpclient gradle dependency to your build.gradle file:

implementation 'com.huawei.openstack4j.connectors:openstack4j-httpclient:1.0.26'

Gradle Kotlin DSL: Add the following com.huawei.openstack4j.connectors : openstack4j-httpclient gradle kotlin dependency to your build.gradle.kts file:

implementation("com.huawei.openstack4j.connectors:openstack4j-httpclient:1.0.26")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.huawei.openstack4j.connectors : openstack4j-httpclient sbt scala dependency to your build.sbt file:

libraryDependencies += "com.huawei.openstack4j.connectors" % "openstack4j-httpclient" % "1.0.26"