MVN

org.kaazing : netx.http.bridge

Maven & Gradle

Apr 01, 2016
10 stars

Net Extensions for HTTP (Bridge) Implementation

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

Latest Version

Choose a version of org.kaazing : netx.http.bridge 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.http.bridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.4.x
netx.http.bridge-0.4.0
netx.http.bridge-0.4.0-RC001
0.1
netx.http.bridge-0.1

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'org.kaazing:netx.http.bridge:0.4.0'

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

implementation("org.kaazing:netx.http.bridge:0.4.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.kaazing" % "netx.http.bridge" % "0.4.0"