MVN

org.apache.tomcat : jakartaee-migration

Maven & Gradle

Apr 26, 2023
1 usages

Apache Tomcat Migration Tool for Jakarta EE · The aim of the tool is to take a web application written for Java EE 8 that runs on Apache Tomcat 9 and convert it automatically so it runs on Apache Tomcat 10 which implements Jakarta EE 9.

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>jakartaee-migration</artifactId>
    <version>1.0.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apache.tomcat : jakartaee-migration to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.7

All Versions

Choose a version of org.apache.tomcat : jakartaee-migration to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
jakartaee-migration-1.0.7
jakartaee-migration-1.0.6
jakartaee-migration-1.0.5
jakartaee-migration-1.0.4
jakartaee-migration-1.0.3
jakartaee-migration-1.0.1
jakartaee-migration-1.0.0
0.2.x
jakartaee-migration-0.2.0
0.1.x
jakartaee-migration-0.1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>jakartaee-migration</artifactId>
    <version>1.0.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apache.tomcat : jakartaee-migration gradle dependency to your build.gradle file:

implementation 'org.apache.tomcat:jakartaee-migration:1.0.7'

Gradle Kotlin DSL: Add the following org.apache.tomcat : jakartaee-migration gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apache.tomcat:jakartaee-migration:1.0.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apache.tomcat : jakartaee-migration sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apache.tomcat" % "jakartaee-migration" % "1.0.7"

Advertisement