MVN

org.tinywind : tomcat-embed-maven

Maven & Gradle

Sep 10, 2016

TOMCAT-EMBED Maven · maven plugin for embedded-tomcat

<plugin>
    <groupId>org.tinywind</groupId>
    <artifactId>tomcat-embed-maven</artifactId>
    <version>8.5.2</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.tinywind : tomcat-embed-maven to add to Maven - Latest Versions:

  • Latest Stable: 8.5.2

All Versions

Choose a version of org.tinywind : tomcat-embed-maven to add to Maven - All Versions:

Version Vulnerabilities Updated
8.5.x
tomcat-embed-maven-8.5.2

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>org.tinywind</groupId>
    <artifactId>tomcat-embed-maven</artifactId>
    <version>8.5.2</version>
</plugin>