MVN

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

Maven & Gradle

Mar 20, 2023
4 usages
552 stars

CometD :: Java :: Client :: HTTP :: OkHttp

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

Latest Version

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

  • Latest Stable: 7.0.10
  • Latest Beta: 5.0.0-BETA1

All Versions

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

Version Vulnerabilities Updated
7.0.x
cometd-java-client-http-okhttp-7.0.10
cometd-java-client-http-okhttp-7.0.9
cometd-java-client-http-okhttp-7.0.8
cometd-java-client-http-okhttp-7.0.7
cometd-java-client-http-okhttp-7.0.6
cometd-java-client-http-okhttp-7.0.5
cometd-java-client-http-okhttp-7.0.3
cometd-java-client-http-okhttp-7.0.2
cometd-java-client-http-okhttp-7.0.1
cometd-java-client-http-okhttp-7.0.0
6.0.x
cometd-java-client-http-okhttp-6.0.10
cometd-java-client-http-okhttp-6.0.9
cometd-java-client-http-okhttp-6.0.8
cometd-java-client-http-okhttp-6.0.7
cometd-java-client-http-okhttp-6.0.6
cometd-java-client-http-okhttp-6.0.5
cometd-java-client-http-okhttp-6.0.4
cometd-java-client-http-okhttp-6.0.3
cometd-java-client-http-okhttp-6.0.2
cometd-java-client-http-okhttp-6.0.1
cometd-java-client-http-okhttp-6.0.0
5.0.x
cometd-java-client-http-okhttp-5.0.15
cometd-java-client-http-okhttp-5.0.14
cometd-java-client-http-okhttp-5.0.13
cometd-java-client-http-okhttp-5.0.12
cometd-java-client-http-okhttp-5.0.11
cometd-java-client-http-okhttp-5.0.10
cometd-java-client-http-okhttp-5.0.9
cometd-java-client-http-okhttp-5.0.8
cometd-java-client-http-okhttp-5.0.7
cometd-java-client-http-okhttp-5.0.6
cometd-java-client-http-okhttp-5.0.5
cometd-java-client-http-okhttp-5.0.4
cometd-java-client-http-okhttp-5.0.3
cometd-java-client-http-okhttp-5.0.2
cometd-java-client-http-okhttp-5.0.1
cometd-java-client-http-okhttp-5.0.0
cometd-java-client-http-okhttp-5.0.0-BETA1
cometd-java-client-http-okhttp-5.0.0-BETA0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.cometd.java</groupId>
    <artifactId>cometd-java-client-http-okhttp</artifactId>
    <version>7.0.10</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.cometd.java:cometd-java-client-http-okhttp:7.0.10'

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

implementation("org.cometd.java:cometd-java-client-http-okhttp:7.0.10")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.cometd.java" % "cometd-java-client-http-okhttp" % "7.0.10"

Advertisement