License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdcom.butor |
ArtifactId | ArtifactIdbutor-tomcat-embed |
Last Version | Last Version1.0.29 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionButor Framework WEB - embedded tomcat module
This project contains the servlet necessary to run Butor services in embedded Tomcat.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
butor-tomcat-embed-1.0.29.pom | |
butor-tomcat-embed-1.0.29.jar | 23 KB |
butor-tomcat-embed-1.0.29-sources.jar | 9 KB |
butor-tomcat-embed-1.0.29-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.butor/butor-tomcat-embed/ -->
<dependency>
<groupId>com.butor</groupId>
<artifactId>butor-tomcat-embed</artifactId>
<version>1.0.29</version>
</dependency>
// https://jarcasting.com/artifacts/com.butor/butor-tomcat-embed/
implementation 'com.butor:butor-tomcat-embed:1.0.29'
// https://jarcasting.com/artifacts/com.butor/butor-tomcat-embed/
implementation ("com.butor:butor-tomcat-embed:1.0.29")
'com.butor:butor-tomcat-embed:jar:1.0.29'
<dependency org="com.butor" name="butor-tomcat-embed" rev="1.0.29">
<artifact name="butor-tomcat-embed" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.butor', module='butor-tomcat-embed', version='1.0.29')
)
libraryDependencies += "com.butor" % "butor-tomcat-embed" % "1.0.29"
[com.butor/butor-tomcat-embed "1.0.29"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-web | jar | 4.3.2.RELEASE |
org.apache.tomcat.embed : tomcat-embed-core | jar | 8.5.23 |
org.apache.tomcat.embed : tomcat-embed-jasper | jar | 8.5.23 |
com.butor : butor-json-server | jar | 1.0.29 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.0.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |