License |
License |
---|---|
Categories |
CategoriesAnt Build Tools |
GroupId | GroupIdcom.paulhammant |
ArtifactId | ArtifactIdservirtium |
Last Version | Last Version0.5.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionService Virtualized HTTP
Service Virtualized HTTP that includes record, playback and a markdown storage format FOR TEST
AUTOMATION
|
Project URL |
Project URL |
Filename | Size |
---|---|
servirtium-0.5.1.pom | |
servirtium-0.5.1.jar | 38 KB |
servirtium-0.5.1-sources.jar | 20 KB |
servirtium-0.5.1-javadoc.jar | 141 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.paulhammant/servirtium/ -->
<dependency>
<groupId>com.paulhammant</groupId>
<artifactId>servirtium</artifactId>
<version>0.5.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.paulhammant/servirtium/
implementation 'com.paulhammant:servirtium:0.5.1'
// https://jarcasting.com/artifacts/com.paulhammant/servirtium/
implementation ("com.paulhammant:servirtium:0.5.1")
'com.paulhammant:servirtium:jar:0.5.1'
<dependency org="com.paulhammant" name="servirtium" rev="0.5.1">
<artifact name="servirtium" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.paulhammant', module='servirtium', version='0.5.1')
)
libraryDependencies += "com.paulhammant" % "servirtium" % "0.5.1"
[com.paulhammant/servirtium "0.5.1"]
Group / Artifact | Type | Version |
---|---|---|
org.eclipse.jetty : jetty-server Optional | jar | 9.4.14.v20181114 |
io.undertow : undertow-core Optional | jar | 2.0.17.Final |
com.squareup.okhttp3 : okhttp | jar | 3.11.0 |
com.google.code.gson : gson | jar | 2.8.5 |
com.github.javadev : underscore | jar | 1.40 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.apache.logging.log4j : log4j-api Optional | jar | 2.11.1 |
org.apache.logging.log4j : log4j-core Optional | jar | 2.11.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
io.rest-assured : rest-assured | jar | 3.2.0 |