License |
License |
---|---|
GroupId | GroupIdcom.meschbach.psi |
ArtifactId | ArtifactIdecho-webapp |
Last Version | Last Version2.4 |
Release Date | Release Date |
Type | Typewar |
Description |
DescriptionEcho Webapp
A simple servlet application to echo input data back to a web client. The main intent of this project is to provide a simple servlet to test embedded web container deployment.
|
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
echo-webapp-2.4.pom | |
echo-webapp-2.4.war | 1 MB |
echo-webapp-2.4-sources.jar | 5 KB |
echo-webapp-2.4-javadoc.jar | 37 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.meschbach.psi/echo-webapp/ -->
<dependency>
<groupId>com.meschbach.psi</groupId>
<artifactId>echo-webapp</artifactId>
<version>2.4</version>
<type>war</type>
</dependency>
// https://jarcasting.com/artifacts/com.meschbach.psi/echo-webapp/
implementation 'com.meschbach.psi:echo-webapp:2.4'
// https://jarcasting.com/artifacts/com.meschbach.psi/echo-webapp/
implementation ("com.meschbach.psi:echo-webapp:2.4")
'com.meschbach.psi:echo-webapp:war:2.4'
<dependency org="com.meschbach.psi" name="echo-webapp" rev="2.4">
<artifact name="echo-webapp" type="war" />
</dependency>
@Grapes(
@Grab(group='com.meschbach.psi', module='echo-webapp', version='2.4')
)
libraryDependencies += "com.meschbach.psi" % "echo-webapp" % "2.4"
[com.meschbach.psi/echo-webapp "2.4"]
Group / Artifact | Type | Version |
---|---|---|
com.meschbach.cise : cise-oss | jar | 2.4 |
org.testng : testng | jar | 5.14.6 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
javax.servlet.jsp : jsp-api | jar | 2.1 |
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-all | jar | 1.8.5 |