MVN

org.webjars.bowergithub.sockjs : sockjs-client

Maven & Gradle

May 10, 2023
1 usages
8.3k stars

sockjs-client · WebJar for sockjs-client

<dependency>
    <groupId>org.webjars.bowergithub.sockjs</groupId>
    <artifactId>sockjs-client</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.sockjs : sockjs-client to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of org.webjars.bowergithub.sockjs : sockjs-client to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.5.x
sockjs-client-1.5.2
sockjs-client-1.5.0
1.4.x
sockjs-client-1.4.0
1.3.x
sockjs-client-1.3.0
1.1.x
sockjs-client-1.1.5
sockjs-client-1.1.4
sockjs-client-1.1.2
sockjs-client-1.1.1
1.0.x
sockjs-client-1.0.2

How to add a dependency to Maven

Add the following org.webjars.bowergithub.sockjs : sockjs-client maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.sockjs</groupId>
    <artifactId>sockjs-client</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.sockjs : sockjs-client gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.sockjs:sockjs-client:1.0.2'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.sockjs : sockjs-client gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.sockjs:sockjs-client:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.sockjs : sockjs-client sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.sockjs" % "sockjs-client" % "1.0.2"

Advertisement