MVN

ch.viascom : hipchat-api

Maven & Gradle

Jul 26, 2017

HipChat-Api · A HipChat v2 API full implementation for Java

<dependency>
    <groupId>ch.viascom</groupId>
    <artifactId>hipchat-api</artifactId>
    <version>2.1-RC3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of ch.viascom : hipchat-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.1-RC3
  • Latest Release Candidate: 2.1-RC3
  • Latest Beta: 2.0.2-BETA
  • Latest Alpha: 2.0.0-ALPHA

All Versions

Choose a version of ch.viascom : hipchat-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.1
hipchat-api-2.1-RC3
hipchat-api-2.1-RC2
hipchat-api-2.1-RC1
2.0.x
hipchat-api-2.0.2-BETA
hipchat-api-2.0.1-BETA
hipchat-api-2.0.0-ALPHA

How to add a dependency to Maven

Add the following ch.viascom : hipchat-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>ch.viascom</groupId>
    <artifactId>hipchat-api</artifactId>
    <version>2.1-RC3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following ch.viascom : hipchat-api gradle dependency to your build.gradle file:

implementation 'ch.viascom:hipchat-api:2.1-RC3'

Gradle Kotlin DSL: Add the following ch.viascom : hipchat-api gradle kotlin dependency to your build.gradle.kts file:

implementation("ch.viascom:hipchat-api:2.1-RC3")

How to add a dependency to SBT Scala

SBT Scala: Add the following ch.viascom : hipchat-api sbt scala dependency to your build.sbt file:

libraryDependencies += "ch.viascom" % "hipchat-api" % "2.1-RC3"

Advertisement