License |
License |
---|---|
GroupId | GroupIdcom.sta-soft |
ArtifactId | ArtifactIdmservletengine |
Last Version | Last Version1.10 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMServletEngine
Mini HTTP server with simple servlet engine to test servlets and web services.
|
Project Organization |
Project Organization>StA-Soft< |
Filename | Size |
---|---|
mservletengine-1.10.pom | |
mservletengine-1.10.jar | 32 KB |
mservletengine-1.10-tests.jar | 3 KB |
mservletengine-1.10-test-sources.jar | 3 KB |
mservletengine-1.10-sources.jar | 24 KB |
mservletengine-1.10-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.sta-soft/mservletengine/ -->
<dependency>
<groupId>com.sta-soft</groupId>
<artifactId>mservletengine</artifactId>
<version>1.10</version>
</dependency>
// https://jarcasting.com/artifacts/com.sta-soft/mservletengine/
implementation 'com.sta-soft:mservletengine:1.10'
// https://jarcasting.com/artifacts/com.sta-soft/mservletengine/
implementation ("com.sta-soft:mservletengine:1.10")
'com.sta-soft:mservletengine:jar:1.10'
<dependency org="com.sta-soft" name="mservletengine" rev="1.10">
<artifact name="mservletengine" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.sta-soft', module='mservletengine', version='1.10')
)
libraryDependencies += "com.sta-soft" % "mservletengine" % "1.10"
[com.sta-soft/mservletengine "1.10"]
Group / Artifact | Type | Version |
---|---|---|
com.sta-soft : mlogger | jar | 1.40 |
javax : javaee-api | jar | 8.0 |
commons-pool : commons-pool | jar | 1.6 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |