MVN

io.github.crac.org.apache.tomcat.embed : tomcat-embed-core

Maven & Gradle

Mar 28, 2023
3 stars

io.github.crac.org.apache.tomcat.embed:tomcat-embed-core · Core Tomcat implementation

<dependency>
    <groupId>io.github.crac.org.apache.tomcat.embed</groupId>
    <artifactId>tomcat-embed-core</artifactId>
    <version>10.1.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.github.crac.org.apache.tomcat.embed : tomcat-embed-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 10.1.7

All Versions

Choose a version of io.github.crac.org.apache.tomcat.embed : tomcat-embed-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
10.1.x
tomcat-embed-core-10.1.7
9.0.x
tomcat-embed-core-9.0.58
8.5.x
tomcat-embed-core-8.5.75

How to add a dependency to Maven

Add the following io.github.crac.org.apache.tomcat.embed : tomcat-embed-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.github.crac.org.apache.tomcat.embed</groupId>
    <artifactId>tomcat-embed-core</artifactId>
    <version>10.1.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.github.crac.org.apache.tomcat.embed : tomcat-embed-core gradle dependency to your build.gradle file:

implementation 'io.github.crac.org.apache.tomcat.embed:tomcat-embed-core:10.1.7'

Gradle Kotlin DSL: Add the following io.github.crac.org.apache.tomcat.embed : tomcat-embed-core gradle kotlin dependency to your build.gradle.kts file:

implementation("io.github.crac.org.apache.tomcat.embed:tomcat-embed-core:10.1.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.github.crac.org.apache.tomcat.embed : tomcat-embed-core sbt scala dependency to your build.sbt file:

libraryDependencies += "io.github.crac.org.apache.tomcat.embed" % "tomcat-embed-core" % "10.1.7"