License |
License |
---|---|
GroupId | GroupIdde.sstoehr |
ArtifactId | ArtifactIdhar-reader |
Last Version | Last Version2.2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionhar-reader
A library to access HTTP archive format with Java
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
har-reader-2.2.1.pom | |
har-reader-2.2.1.jar | 35 KB |
har-reader-2.2.1-sources.jar | 21 KB |
har-reader-2.2.1-javadoc.jar | 542 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.sstoehr/har-reader/ -->
<dependency>
<groupId>de.sstoehr</groupId>
<artifactId>har-reader</artifactId>
<version>2.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/de.sstoehr/har-reader/
implementation 'de.sstoehr:har-reader:2.2.1'
// https://jarcasting.com/artifacts/de.sstoehr/har-reader/
implementation ("de.sstoehr:har-reader:2.2.1")
'de.sstoehr:har-reader:jar:2.2.1'
<dependency org="de.sstoehr" name="har-reader" rev="2.2.1">
<artifact name="har-reader" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.sstoehr', module='har-reader', version='2.2.1')
)
libraryDependencies += "de.sstoehr" % "har-reader" % "2.2.1"
[de.sstoehr/har-reader "2.2.1"]
Group / Artifact | Type | Version |
---|---|---|
com.fasterxml.jackson.core : jackson-core | jar | 2.13.3 |
com.fasterxml.jackson.core : jackson-databind | jar | 2.13.3 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.2 |
nl.jqno.equalsverifier : equalsverifier | jar | 3.10 |