MVN

dwr : dwr

Maven & Gradle

Oct 25, 2006
15 usages

DWR · DWR Direct Web Remoting AJAX library

<dependency>
    <groupId>dwr</groupId>
    <artifactId>dwr</artifactId>
    <version>1.1.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dwr : dwr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.3

All Versions

Choose a version of dwr : dwr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
dwr-1.1.3
1.0rc1
dwr-1.0rc1
0.9.x
dwr-0.9.2
dwr-0.9.2b
dwr-0.9.2a
0.8.x
dwr-0.8.5
0.6
dwr-0.6

How to add a dependency to Maven

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

<dependency>
    <groupId>dwr</groupId>
    <artifactId>dwr</artifactId>
    <version>1.1.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dwr : dwr gradle dependency to your build.gradle file:

implementation 'dwr:dwr:1.1.3'

Gradle Kotlin DSL: Add the following dwr : dwr gradle kotlin dependency to your build.gradle.kts file:

implementation("dwr:dwr:1.1.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following dwr : dwr sbt scala dependency to your build.sbt file:

libraryDependencies += "dwr" % "dwr" % "1.1.3"