MVN

io.vertx : vertx-sockjs-service-proxy-scala_2.12

Maven & Gradle

Oct 01, 2018
1 usages
<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-sockjs-service-proxy-scala_2.12</artifactId>
    <version>3.5.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.vertx : vertx-sockjs-service-proxy-scala_2.12 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.5.4
  • Latest Beta: 3.5.0.Beta1

All Versions

Choose a version of io.vertx : vertx-sockjs-service-proxy-scala_2.12 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.5.x
vertx-sockjs-service-proxy-scala_2.12-3.5.4
vertx-sockjs-service-proxy-scala_2.12-3.5.3
vertx-sockjs-service-proxy-scala_2.12-3.5.3.CR1
vertx-sockjs-service-proxy-scala_2.12-3.5.2
vertx-sockjs-service-proxy-scala_2.12-3.5.2.CR3
vertx-sockjs-service-proxy-scala_2.12-3.5.2.CR2
vertx-sockjs-service-proxy-scala_2.12-3.5.2.CR1
vertx-sockjs-service-proxy-scala_2.12-3.5.1
vertx-sockjs-service-proxy-scala_2.12-3.5.0
vertx-sockjs-service-proxy-scala_2.12-3.5.0.Beta1
3.4.x
vertx-sockjs-service-proxy-scala_2.12-3.4.2
vertx-sockjs-service-proxy-scala_2.12-3.4.1
vertx-sockjs-service-proxy-scala_2.12-3.4.0
vertx-sockjs-service-proxy-scala_2.12-3.4.0.Beta1

How to add a dependency to Maven

Add the following io.vertx : vertx-sockjs-service-proxy-scala_2.12 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.vertx</groupId>
    <artifactId>vertx-sockjs-service-proxy-scala_2.12</artifactId>
    <version>3.5.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.vertx : vertx-sockjs-service-proxy-scala_2.12 gradle dependency to your build.gradle file:

implementation 'io.vertx:vertx-sockjs-service-proxy-scala_2.12:3.5.4'

Gradle Kotlin DSL: Add the following io.vertx : vertx-sockjs-service-proxy-scala_2.12 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.vertx:vertx-sockjs-service-proxy-scala_2.12:3.5.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.vertx : vertx-sockjs-service-proxy-scala_2.12 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.vertx" % "vertx-sockjs-service-proxy-scala_2.12" % "3.5.4"

Advertisement