Files download
File Operation
har-replay-vhs-0.21.jar download
har-replay-vhs-0.21.pom download
har-replay-vhs-0.21-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.mike10004</groupId>
  <artifactId>har-replay-vhs</artifactId>
  <version>0.21</version>
</dependency>
Gradle Groovy
implementation 'com.github.mike10004:har-replay-vhs:0.21'
Gradle Kotlin
implementation("com.github.mike10004:har-replay-vhs:0.21")
Scala SBT
libraryDependencies += "com.github.mike10004" % "har-replay-vhs" % "0.21"
Groovy Grape
@Grapes(
  @Grab(group='com.github.mike10004', module='har-replay-vhs', version='0.21')
)
Apache Ivy
<dependency org="com.github.mike10004" name="har-replay-vhs" rev="0.21" />
Leiningen
[com.github.mike10004/har-replay-vhs "0.21"]
Apache Buildr
'com.github.mike10004:har-replay-vhs:jar:0.21'