MVN

com.github.mike10004 : har-replay-core

Maven & Gradle

Feb 08, 2020

har-replay-core · Library that manages a proxy server that replays traffic from a HAR

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>har-replay-core</artifactId>
    <version>0.32</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.mike10004 : har-replay-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.32

All Versions

Choose a version of com.github.mike10004 : har-replay-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.32
har-replay-core-0.32
0.31
har-replay-core-0.31
0.30
har-replay-core-0.30
0.29
har-replay-core-0.29
0.28
har-replay-core-0.28
0.27
har-replay-core-0.27
0.26
har-replay-core-0.26
0.25
har-replay-core-0.25
0.21
har-replay-core-0.21
0.20
har-replay-core-0.20
0.12
har-replay-core-0.12
0.11
har-replay-core-0.11

How to add a dependency to Maven

Add the following com.github.mike10004 : har-replay-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.mike10004</groupId>
    <artifactId>har-replay-core</artifactId>
    <version>0.32</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.mike10004 : har-replay-core gradle dependency to your build.gradle file:

implementation 'com.github.mike10004:har-replay-core:0.32'

Gradle Kotlin DSL: Add the following com.github.mike10004 : har-replay-core gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.mike10004:har-replay-core:0.32")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.mike10004 : har-replay-core sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.mike10004" % "har-replay-core" % "0.32"