MVN

com.butor : butor-tomcat-embed

Maven & Gradle

Aug 31, 2019

Butor Framework WEB - embedded tomcat module · This project contains the servlet necessary to run Butor services in embedded Tomcat.

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-tomcat-embed</artifactId>
    <version>1.0.29</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.butor : butor-tomcat-embed to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.29

All Versions

Choose a version of com.butor : butor-tomcat-embed to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
butor-tomcat-embed-1.0.29
butor-tomcat-embed-1.0.28

How to add a dependency to Maven

Add the following com.butor : butor-tomcat-embed maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.butor</groupId>
    <artifactId>butor-tomcat-embed</artifactId>
    <version>1.0.29</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.butor : butor-tomcat-embed gradle dependency to your build.gradle file:

implementation 'com.butor:butor-tomcat-embed:1.0.29'

Gradle Kotlin DSL: Add the following com.butor : butor-tomcat-embed gradle kotlin dependency to your build.gradle.kts file:

implementation("com.butor:butor-tomcat-embed:1.0.29")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.butor : butor-tomcat-embed sbt scala dependency to your build.sbt file:

libraryDependencies += "com.butor" % "butor-tomcat-embed" % "1.0.29"