MVN

org.codehaus.wadi : wadi-tomcat50

Maven & Gradle

Nov 16, 2006
1 usages

WADI :: Tomcat50 · WADI/Tomcat-5.0.x Integration - An HttpSession Manager for Tomcat-5.0.x

<dependency>
    <groupId>org.codehaus.wadi</groupId>
    <artifactId>wadi-tomcat50</artifactId>
    <version>2.0M2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.codehaus.wadi : wadi-tomcat50 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.0M2

All Versions

Choose a version of org.codehaus.wadi : wadi-tomcat50 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.0M2
wadi-tomcat50-2.0M2

How to add a dependency to Maven

Add the following org.codehaus.wadi : wadi-tomcat50 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.codehaus.wadi</groupId>
    <artifactId>wadi-tomcat50</artifactId>
    <version>2.0M2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.codehaus.wadi : wadi-tomcat50 gradle dependency to your build.gradle file:

implementation 'org.codehaus.wadi:wadi-tomcat50:2.0M2'

Gradle Kotlin DSL: Add the following org.codehaus.wadi : wadi-tomcat50 gradle kotlin dependency to your build.gradle.kts file:

implementation("org.codehaus.wadi:wadi-tomcat50:2.0M2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.codehaus.wadi : wadi-tomcat50 sbt scala dependency to your build.sbt file:

libraryDependencies += "org.codehaus.wadi" % "wadi-tomcat50" % "2.0M2"

Advertisement