MVN

org.springframework : spring-tomcat-weaver

Maven & Gradle

Sep 09, 2011

Spring Framework: Tomcat Weaver · Spring Framework: Tomcat Weaver

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-tomcat-weaver</artifactId>
    <version>2.5.6.SEC03</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework : spring-tomcat-weaver to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 2.5.6.SEC03
  • Latest Release Candidate: 2.0-rc2

All Versions

Choose a version of org.springframework : spring-tomcat-weaver to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
2.5.x
spring-tomcat-weaver-2.5.6.SEC03
spring-tomcat-weaver-2.5.6.SEC02
spring-tomcat-weaver-2.5.6.SEC01
spring-tomcat-weaver-2.5.6
spring-tomcat-weaver-2.5.5
spring-tomcat-weaver-2.5.4
spring-tomcat-weaver-2.5.3
spring-tomcat-weaver-2.5.2
spring-tomcat-weaver-2.5.1
2.5
spring-tomcat-weaver-2.5
2.0.x
spring-tomcat-weaver-2.0.8
spring-tomcat-weaver-2.0.7
spring-tomcat-weaver-2.0.6
spring-tomcat-weaver-2.0.5
spring-tomcat-weaver-2.0.4
spring-tomcat-weaver-2.0.3
spring-tomcat-weaver-2.0.2
spring-tomcat-weaver-2.0.1
2.0
spring-tomcat-weaver-2.0
spring-tomcat-weaver-2.0-rc2
spring-tomcat-weaver-2.0-rc1

How to add a dependency to Maven

Add the following org.springframework : spring-tomcat-weaver maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-tomcat-weaver</artifactId>
    <version>2.5.6.SEC03</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework : spring-tomcat-weaver gradle dependency to your build.gradle file:

implementation 'org.springframework:spring-tomcat-weaver:2.5.6.SEC03'

Gradle Kotlin DSL: Add the following org.springframework : spring-tomcat-weaver gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework:spring-tomcat-weaver:2.5.6.SEC03")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework : spring-tomcat-weaver sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework" % "spring-tomcat-weaver" % "2.5.6.SEC03"

Advertisement