MVN

org.kaazing : netx.bbosh

Maven & Gradle

Apr 01, 2016
10 stars

Net BBOSH Implementation · Support for Bidirectional Binary Streams Over HTTP (BBOSH) URLs

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>netx.bbosh</artifactId>
    <version>0.4.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.kaazing : netx.bbosh to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.4.0
  • Latest Release Candidate: 0.4.0-RC001

All Versions

Choose a version of org.kaazing : netx.bbosh to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
netx.bbosh-0.4.0
netx.bbosh-0.4.0-RC001
0.1
netx.bbosh-0.1

How to add a dependency to Maven

Add the following org.kaazing : netx.bbosh maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.kaazing</groupId>
    <artifactId>netx.bbosh</artifactId>
    <version>0.4.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.kaazing : netx.bbosh gradle dependency to your build.gradle file:

implementation 'org.kaazing:netx.bbosh:0.4.0'

Gradle Kotlin DSL: Add the following org.kaazing : netx.bbosh gradle kotlin dependency to your build.gradle.kts file:

implementation("org.kaazing:netx.bbosh:0.4.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.kaazing : netx.bbosh sbt scala dependency to your build.sbt file:

libraryDependencies += "org.kaazing" % "netx.bbosh" % "0.4.0"

Advertisement