MVN

com.slimgears.rxrpc : rxrpc-jetty-websocket

Maven & Gradle

Sep 18, 2021
0 stars

rxrpc / rxrpc-jetty-websocket · General purpose utils / module: rxrpc-jetty-websocket

<dependency>
    <groupId>com.slimgears.rxrpc</groupId>
    <artifactId>rxrpc-jetty-websocket</artifactId>
    <version>0.7.15-4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.slimgears.rxrpc : rxrpc-jetty-websocket to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.7.15-4

All Versions

Choose a version of com.slimgears.rxrpc : rxrpc-jetty-websocket to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.7.x
rxrpc-jetty-websocket-0.7.23
rxrpc-jetty-websocket-0.7.15-4

How to add a dependency to Maven

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

<dependency>
    <groupId>com.slimgears.rxrpc</groupId>
    <artifactId>rxrpc-jetty-websocket</artifactId>
    <version>0.7.15-4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.slimgears.rxrpc : rxrpc-jetty-websocket gradle dependency to your build.gradle file:

implementation 'com.slimgears.rxrpc:rxrpc-jetty-websocket:0.7.15-4'

Gradle Kotlin DSL: Add the following com.slimgears.rxrpc : rxrpc-jetty-websocket gradle kotlin dependency to your build.gradle.kts file:

implementation("com.slimgears.rxrpc:rxrpc-jetty-websocket:0.7.15-4")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.slimgears.rxrpc : rxrpc-jetty-websocket sbt scala dependency to your build.sbt file:

libraryDependencies += "com.slimgears.rxrpc" % "rxrpc-jetty-websocket" % "0.7.15-4"

Advertisement