License |
License |
---|---|
Categories |
CategoriesAnt Build Tools Undertow Net Networking |
GroupId | GroupIdcom.paulhammant.servirtium |
ArtifactId | ArtifactIdservirtium-undertow |
Last Version | Last Version0.9.9 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionService Virtualized HTTP that includes record, playback and a markdown storage format FOR TEST
AUTOMATION
|
<!-- https://jarcasting.com/artifacts/com.paulhammant.servirtium/servirtium-undertow/ -->
<dependency>
<groupId>com.paulhammant.servirtium</groupId>
<artifactId>servirtium-undertow</artifactId>
<version>0.9.9</version>
</dependency>
// https://jarcasting.com/artifacts/com.paulhammant.servirtium/servirtium-undertow/
implementation 'com.paulhammant.servirtium:servirtium-undertow:0.9.9'
// https://jarcasting.com/artifacts/com.paulhammant.servirtium/servirtium-undertow/
implementation ("com.paulhammant.servirtium:servirtium-undertow:0.9.9")
'com.paulhammant.servirtium:servirtium-undertow:jar:0.9.9'
<dependency org="com.paulhammant.servirtium" name="servirtium-undertow" rev="0.9.9">
<artifact name="servirtium-undertow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paulhammant.servirtium', module='servirtium-undertow', version='0.9.9')
)
libraryDependencies += "com.paulhammant.servirtium" % "servirtium-undertow" % "0.9.9"
[com.paulhammant.servirtium/servirtium-undertow "0.9.9"]
Group / Artifact | Type | Version |
---|---|---|
com.paulhammant : servirtium-core | jar | 0.9.9 |
io.undertow : undertow-core | jar | 2.0.28.Final |
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server | jar | 9.4.24.v20191120 |
com.paulhammant : servirtium-core | test-jar | 0.9.9 |
junit : junit | jar | 4.12 |
io.rest-assured : rest-assured | jar | 4.1.2 |