g

geronimo-dojo

A web application containing the Dojo library files. This web application makes a shared copy of the files available to all web applications in the server.
Files download
File Operation
geronimo-dojo-2.1.6.pom download
geronimo-dojo-2.1.6-sources.jar download
Apache Maven
<dependency>
  <groupId>org.apache.geronimo.modules</groupId>
  <artifactId>geronimo-dojo</artifactId>
  <version>2.1.6</version>
  <type>war</type>
</dependency>
Gradle Groovy
implementation 'org.apache.geronimo.modules:geronimo-dojo:2.1.6'
Gradle Kotlin
implementation("org.apache.geronimo.modules:geronimo-dojo:2.1.6")
Scala SBT
libraryDependencies += "org.apache.geronimo.modules" % "geronimo-dojo" % "2.1.6"
Groovy Grape
@Grapes(
  @Grab(group='org.apache.geronimo.modules', module='geronimo-dojo', version='2.1.6')
)
Apache Ivy
<dependency org="org.apache.geronimo.modules" name="geronimo-dojo" rev="2.1.6" />
Leiningen
[org.apache.geronimo.modules/geronimo-dojo "2.1.6"]
Apache Buildr
'org.apache.geronimo.modules:geronimo-dojo:jar:2.1.6'