MVN

com.woorea : heat-client

Maven & Gradle

Apr 07, 2020
1 usages

OpenStack Heat Client · OpenStack Heat Client

<dependency>
    <groupId>com.woorea</groupId>
    <artifactId>heat-client</artifactId>
    <version>3.2.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.woorea : heat-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.2.9

All Versions

Choose a version of com.woorea : heat-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.2.x
heat-client-3.2.9
heat-client-3.2.8
heat-client-3.2.7
heat-client-3.2.6
heat-client-3.2.5
heat-client-3.2.4
heat-client-3.2.3

How to add a dependency to Maven

Add the following com.woorea : heat-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.woorea</groupId>
    <artifactId>heat-client</artifactId>
    <version>3.2.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.woorea : heat-client gradle dependency to your build.gradle file:

implementation 'com.woorea:heat-client:3.2.9'

Gradle Kotlin DSL: Add the following com.woorea : heat-client gradle kotlin dependency to your build.gradle.kts file:

implementation("com.woorea:heat-client:3.2.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.woorea : heat-client sbt scala dependency to your build.sbt file:

libraryDependencies += "com.woorea" % "heat-client" % "3.2.9"

Advertisement