is not current version
Last Version 2.2.1

de.sstoehr:har-reader 2.0.3

A library to access HTTP archive format with Java

GroupId

GroupId

de.sstoehr
ArtifactId

ArtifactId

har-reader
Version

Version

2.0.3
Type

Type

jar

Download har-reader 2.0.3


<!-- https://jarcasting.com/artifacts/de.sstoehr/har-reader/ -->
<dependency>
    <groupId>de.sstoehr</groupId>
    <artifactId>har-reader</artifactId>
    <version>2.0.3</version>
</dependency>
// https://jarcasting.com/artifacts/de.sstoehr/har-reader/
implementation 'de.sstoehr:har-reader:2.0.3'
// https://jarcasting.com/artifacts/de.sstoehr/har-reader/
implementation ("de.sstoehr:har-reader:2.0.3")
'de.sstoehr:har-reader:jar:2.0.3'
<dependency org="de.sstoehr" name="har-reader" rev="2.0.3">
  <artifact name="har-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sstoehr', module='har-reader', version='2.0.3')
)
libraryDependencies += "de.sstoehr" % "har-reader" % "2.0.3"
[de.sstoehr/har-reader "2.0.3"]