com.github.mike10004:virtual-har-server-core

API and library for an HTTP server that responds with content from a HAR

License

License

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

virtual-har-server-core
Last Version

Last Version

0.20
Release Date

Release Date

Type

Type

jar
Description

Description

API and library for an HTTP server that responds with content from a HAR

Download virtual-har-server-core

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.mike10004/virtual-har-server-core/ -->
<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>virtual-har-server-core</artifactId>
    <version>0.20</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mike10004/virtual-har-server-core/
implementation 'com.github.mike10004:virtual-har-server-core:0.20'
// https://jarcasting.com/artifacts/com.github.mike10004/virtual-har-server-core/
implementation ("com.github.mike10004:virtual-har-server-core:0.20")
'com.github.mike10004:virtual-har-server-core:jar:0.20'
<dependency org="com.github.mike10004" name="virtual-har-server-core" rev="0.20">
  <artifact name="virtual-har-server-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mike10004', module='virtual-har-server-core', version='0.20')
)
libraryDependencies += "com.github.mike10004" % "virtual-har-server-core" % "0.20"
[com.github.mike10004/virtual-har-server-core "0.20"]

Dependencies

compile (4)

Group / Artifact Type Version
com.github.mike10004 : virtual-har-server-har-bridge jar 0.20
com.google.code.findbugs : jsr305 jar 3.0.2
org.slf4j : slf4j-api jar 1.7.25
com.google.guava : guava jar 23.6-jre

test (3)

Group / Artifact Type Version
org.slf4j : slf4j-jdk14 jar 1.7.25
junit : junit jar 4.12
com.opencsv : opencsv jar 4.1

Project Modules

There are no modules declared in this project.

virtual-har-server

Virtual Har Server was an HTTP proxy that serves responses from a HAR file. It was one of multiple engines that could be used by the har-replay library to serve responses. Now it is the only engine that can be used by that library, and as such it is included as a module in that parent project. The source code has been removed from the master branch here to avoid confusion. Future development of the virtual-har-server code will happen within har-replay. The legacy codebase is available under the legacy tag.

Versions

Version
0.20
0.9
0.8
0.7
0.6
0.2