MVN

org.cometd.java : cometd-java-websocket-okhttp-client

Maven & Gradle

Oct 27, 2020
2 usages

CometD :: Java :: WebSocket :: OkHttp Client

<dependency>
    <groupId>org.cometd.java</groupId>
    <artifactId>cometd-java-websocket-okhttp-client</artifactId>
    <version>4.0.9</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.cometd.java : cometd-java-websocket-okhttp-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.9

All Versions

Choose a version of org.cometd.java : cometd-java-websocket-okhttp-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
cometd-java-websocket-okhttp-client-4.0.9
cometd-java-websocket-okhttp-client-4.0.8
cometd-java-websocket-okhttp-client-4.0.7
cometd-java-websocket-okhttp-client-4.0.6
cometd-java-websocket-okhttp-client-4.0.5
cometd-java-websocket-okhttp-client-4.0.4
cometd-java-websocket-okhttp-client-4.0.3

How to add a dependency to Maven

Add the following org.cometd.java : cometd-java-websocket-okhttp-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.cometd.java</groupId>
    <artifactId>cometd-java-websocket-okhttp-client</artifactId>
    <version>4.0.9</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.cometd.java : cometd-java-websocket-okhttp-client gradle dependency to your build.gradle file:

implementation 'org.cometd.java:cometd-java-websocket-okhttp-client:4.0.9'

Gradle Kotlin DSL: Add the following org.cometd.java : cometd-java-websocket-okhttp-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.cometd.java:cometd-java-websocket-okhttp-client:4.0.9")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.cometd.java : cometd-java-websocket-okhttp-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.cometd.java" % "cometd-java-websocket-okhttp-client" % "4.0.9"

Advertisement