MVN

org.apache.geronimo.configs : dojo-jetty

Maven & Gradle

Dec 03, 2010
5 usages

Geronimo Plugins, Dojo :: Jetty · The Dojo AJAX library for Geronimo. This binds to /dojo so that applications needing to add dojo support can simply include a reference to /dojo/dojo.js to enable Dojo support.

<dependency>
    <groupId>org.apache.geronimo.configs</groupId>
    <artifactId>dojo-jetty</artifactId>
    <version>2.2.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.geronimo.configs : dojo-jetty to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.2.1
  • Latest Beta: 1.2-beta

All Versions

Choose a version of org.apache.geronimo.configs : dojo-jetty to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.0
dojo-jetty-3.0-M1
2.2.x
dojo-jetty-2.2.1
2.2
dojo-jetty-2.2
1.2
dojo-jetty-1.2-beta

How to add a dependency to Maven

Add the following org.apache.geronimo.configs : dojo-jetty maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.apache.geronimo.configs</groupId>
    <artifactId>dojo-jetty</artifactId>
    <version>2.2.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.geronimo.configs : dojo-jetty gradle dependency to your build.gradle file:

implementation 'org.apache.geronimo.configs:dojo-jetty:2.2.1'

Gradle Kotlin DSL: Add the following org.apache.geronimo.configs : dojo-jetty gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.geronimo.configs:dojo-jetty:2.2.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.geronimo.configs : dojo-jetty sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.geronimo.configs" % "dojo-jetty" % "2.2.1"