MVN

org.atmosphere.client : javascript

Maven & Gradle

Nov 18, 2021
39 usages

javascript

<dependency>
    <groupId>org.atmosphere.client</groupId>
    <artifactId>javascript</artifactId>
    <version>3.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.atmosphere.client : javascript to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.1.3
  • Latest Release Candidate: 2.0.0.RC5

All Versions

Choose a version of org.atmosphere.client : javascript to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
javascript-3.1.3
javascript-3.1.2
javascript-3.1.1
javascript-3.1.0
3.0.x
javascript-3.0.6
javascript-3.0.5
javascript-3.0.4
javascript-3.0.3
javascript-3.0.2
javascript-3.0.0
2.3.x
javascript-2.3.9
javascript-2.3.8
javascript-2.3.6
javascript-2.3.5
javascript-2.3.4
javascript-2.3.2
javascript-2.3.1
javascript-2.3.0
2.2.x
javascript-2.2.14
javascript-2.2.13
javascript-2.2.12
javascript-2.2.11
javascript-2.2.10
javascript-2.2.9
javascript-2.2.8
javascript-2.2.7
javascript-2.2.6
javascript-2.2.5
javascript-2.2.4
javascript-2.2.3
javascript-2.2.2
javascript-2.2.1
javascript-2.2.0
2.1.x
javascript-2.1.6
javascript-2.1.5
javascript-2.1.4
javascript-2.1.3
javascript-2.1.2
javascript-2.1.1
javascript-2.1.0
2.0.x
javascript-2.0.10
javascript-2.0.9
javascript-2.0.8
javascript-2.0.7
javascript-2.0.6
javascript-2.0.5
javascript-2.0.4
javascript-2.0.3
javascript-2.0.2
javascript-2.0.1
javascript-2.0.0
javascript-2.0.0.RC5
javascript-2.0.0.RC4
javascript-2.0.0.RC3
javascript-2.0.0.RC2
javascript-2.0.0.RC1

How to add a dependency to Maven

Add the following org.atmosphere.client : javascript maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.atmosphere.client</groupId>
    <artifactId>javascript</artifactId>
    <version>3.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.atmosphere.client : javascript gradle dependency to your build.gradle file:

implementation 'org.atmosphere.client:javascript:3.1.3'

Gradle Kotlin DSL: Add the following org.atmosphere.client : javascript gradle kotlin dependency to your build.gradle.kts file:

implementation("org.atmosphere.client:javascript:3.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.atmosphere.client : javascript sbt scala dependency to your build.sbt file:

libraryDependencies += "org.atmosphere.client" % "javascript" % "3.1.3"

Advertisement