MVN

org.hawkular.bus : hawkular-feed-comm-api

Maven & Gradle

Sep 02, 2015
3 usages
5 stars

Hawkular Bus: Feed Communications JSON API

<dependency>
    <groupId>org.hawkular.bus</groupId>
    <artifactId>hawkular-feed-comm-api</artifactId>
    <version>0.5.0.Final</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.hawkular.bus : hawkular-feed-comm-api to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.0.Final

All Versions

Choose a version of org.hawkular.bus : hawkular-feed-comm-api to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
hawkular-feed-comm-api-0.5.0.Final
0.4.x
hawkular-feed-comm-api-0.4.0
0.3.x
hawkular-feed-comm-api-0.3.4
hawkular-feed-comm-api-0.3.3.Final
hawkular-feed-comm-api-0.3.2.Final
hawkular-feed-comm-api-0.3.1.Final
hawkular-feed-comm-api-0.3.0.Final

How to add a dependency to Maven

Add the following org.hawkular.bus : hawkular-feed-comm-api maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.hawkular.bus</groupId>
    <artifactId>hawkular-feed-comm-api</artifactId>
    <version>0.5.0.Final</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.hawkular.bus : hawkular-feed-comm-api gradle dependency to your build.gradle file:

implementation 'org.hawkular.bus:hawkular-feed-comm-api:0.5.0.Final'

Gradle Kotlin DSL: Add the following org.hawkular.bus : hawkular-feed-comm-api gradle kotlin dependency to your build.gradle.kts file:

implementation("org.hawkular.bus:hawkular-feed-comm-api:0.5.0.Final")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.hawkular.bus : hawkular-feed-comm-api sbt scala dependency to your build.sbt file:

libraryDependencies += "org.hawkular.bus" % "hawkular-feed-comm-api" % "0.5.0.Final"

Advertisement