MVN

net.openhft : chronicle-websocket-jetty

Maven & Gradle

Jun 08, 2020
1 usages

OpenHFT/Chronicle-Websocket-Jetty · Chronicle-Websocket-Jetty

<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>chronicle-websocket-jetty</artifactId>
    <version>1.19.30</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.openhft : chronicle-websocket-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.19.30

All Versions

Choose a version of net.openhft : chronicle-websocket-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.19.x
chronicle-websocket-jetty-1.19.30
1.1.x
chronicle-websocket-jetty-1.1.4
chronicle-websocket-jetty-1.1.3
chronicle-websocket-jetty-1.1.2
chronicle-websocket-jetty-1.1.1
chronicle-websocket-jetty-1.1.0
1.0.x
chronicle-websocket-jetty-1.0.0

How to add a dependency to Maven

Add the following net.openhft : chronicle-websocket-jetty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>net.openhft</groupId>
    <artifactId>chronicle-websocket-jetty</artifactId>
    <version>1.19.30</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following net.openhft : chronicle-websocket-jetty gradle dependency to your build.gradle file:

implementation 'net.openhft:chronicle-websocket-jetty:1.19.30'

Gradle Kotlin DSL: Add the following net.openhft : chronicle-websocket-jetty gradle kotlin dependency to your build.gradle.kts file:

implementation("net.openhft:chronicle-websocket-jetty:1.19.30")

How to add a dependency to SBT Scala

SBT Scala: Add the following net.openhft : chronicle-websocket-jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "net.openhft" % "chronicle-websocket-jetty" % "1.19.30"

Advertisement