is not current version
Last Version 0.32

com.github.mike10004:har-replay 0.12

Library that manages a proxy server that replays traffic from a HAR

GroupId

GroupId

com.github.mike10004
ArtifactId

ArtifactId

har-replay
Version

Version

0.12
Type

Type

pom

Download har-replay 0.12

Filename Size
har-replay-0.12.pom 12 KB
Browse

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