License |
License |
---|---|
Categories |
CategoriesTomcat Container Application Servers |
GroupId | GroupIdcom.pastdev.httpcomponents |
ArtifactId | ArtifactIdserver-tomcat |
Last Version | Last Version0.1.3 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionTomcat Server
Tomcat based implementation of for the server project.
|
Project Organization |
Project Organizationpastdev.com |
Filename | Size |
---|---|
server-tomcat-0.1.3.pom | |
server-tomcat-0.1.3.jar | 10 KB |
server-tomcat-0.1.3-sources.jar | 3 KB |
server-tomcat-0.1.3-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.pastdev.httpcomponents/server-tomcat/ -->
<dependency>
<groupId>com.pastdev.httpcomponents</groupId>
<artifactId>server-tomcat</artifactId>
<version>0.1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/server-tomcat/
implementation 'com.pastdev.httpcomponents:server-tomcat:0.1.3'
// https://jarcasting.com/artifacts/com.pastdev.httpcomponents/server-tomcat/
implementation ("com.pastdev.httpcomponents:server-tomcat:0.1.3")
'com.pastdev.httpcomponents:server-tomcat:jar:0.1.3'
<dependency org="com.pastdev.httpcomponents" name="server-tomcat" rev="0.1.3">
<artifact name="server-tomcat" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.pastdev.httpcomponents', module='server-tomcat', version='0.1.3')
)
libraryDependencies += "com.pastdev.httpcomponents" % "server-tomcat" % "0.1.3"
[com.pastdev.httpcomponents/server-tomcat "0.1.3"]
Group / Artifact | Type | Version |
---|---|---|
com.pastdev.httpcomponents : configuration | jar | 0.1.3 |
com.pastdev.httpcomponents : server | jar | 0.1.3 |
org.apache.httpcomponents : httpclient | jar | 4.3.5 |
org.apache.tomcat : tomcat-catalina | jar | 7.0.65 |
org.apache.tomcat.embed : tomcat-embed-core | jar | 7.0.65 |
org.apache.tomcat : tomcat-jasper | jar | 7.0.65 |
org.apache.tomcat : tomcat-jdbc | jar | 7.0.65 |
org.slf4j : slf4j-api | jar | 1.7.7 |
Group / Artifact | Type | Version |
---|---|---|
log4j : log4j | jar | 1.2.17 |
org.slf4j : jcl-over-slf4j | jar | 1.7.7 |
org.slf4j : slf4j-log4j12 | jar | 1.7.7 |