MVN

cat.inspiracio : dwr

Maven & Gradle

Mar 30, 2024
1 stars

Direct Web Remoting · DWR is easy Ajax for Java. It makes it simple to call Java code directly from Javascript. It gets rid of almost all the boilerplate code between the web browser and your Java code.

<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>dwr</artifactId>
    <version>3.0.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 3.0.1

All Versions

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

Version Vulnerabilities Updated
3.0.x
dwr-3.0.1

How to add a dependency to Maven

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

<dependency>
    <groupId>cat.inspiracio</groupId>
    <artifactId>dwr</artifactId>
    <version>3.0.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'cat.inspiracio:dwr:3.0.1'

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

implementation("cat.inspiracio:dwr:3.0.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "cat.inspiracio" % "dwr" % "3.0.1"

Advertisement