is not current version
Last Version 1.0.29

com.butor:butor-tomcat-embed 1.0.28

This project contains the servlet necessary to run Butor services in embedded Tomcat.

Categories

Categories

Tomcat Container Application Servers
GroupId

GroupId

com.butor
ArtifactId

ArtifactId

butor-tomcat-embed
Version

Version

1.0.28
Type

Type

jar

Download butor-tomcat-embed 1.0.28


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