is not current version
Last Version 1.0.0

org.apache.tomcat:jakartaee-migration 0.2.0

This tool is a work in progress. 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.

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

org.apache.tomcat
ArtifactId

ArtifactId

jakartaee-migration
Version

Version

0.2.0
Type

Type

jar

Download jakartaee-migration 0.2.0


<!-- https://jarcasting.com/artifacts/org.apache.tomcat/jakartaee-migration/ -->
<dependency>
    <groupId>org.apache.tomcat</groupId>
    <artifactId>jakartaee-migration</artifactId>
    <version>0.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.apache.tomcat/jakartaee-migration/
implementation 'org.apache.tomcat:jakartaee-migration:0.2.0'
// https://jarcasting.com/artifacts/org.apache.tomcat/jakartaee-migration/
implementation ("org.apache.tomcat:jakartaee-migration:0.2.0")
'org.apache.tomcat:jakartaee-migration:jar:0.2.0'
<dependency org="org.apache.tomcat" name="jakartaee-migration" rev="0.2.0">
  <artifact name="jakartaee-migration" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.apache.tomcat', module='jakartaee-migration', version='0.2.0')
)
libraryDependencies += "org.apache.tomcat" % "jakartaee-migration" % "0.2.0"
[org.apache.tomcat/jakartaee-migration "0.2.0"]