Download har-reader-2.0.1.jar file - Jar h

Jar examples for h:har-reader

Description

A library to access HTTP archive format with Java

You can download jar file har-reader 2.0.1 in this page.

License

The MIT License

Build File

You can use the following script to add har-reader-2.0.1.jar to your project.

<dependency>
   <groupId>de.sstoehr</groupId>
   <artifactId>har-reader</artifactId>
   <version>2.0.1</version>
</dependency>
compile group: 'de.sstoehr', name: 'har-reader', version: '2.0.1'
libraryDependencies += "de.sstoehr" % "har-reader" % "2.0.1"
<dependency org="de.sstoehr" name="har-reader" rev="2.0.1"/>
@Grapes(@Grab(group='de.sstoehr', module='har-reader', version='2.0.1'))
'de.sstoehr:har-reader:jar:2.0.1'

Download

Click the following link to download the jar file.

har-reader-2.0.1-javadoc.jar
har-reader-2.0.1-sources.jar
har-reader-2.0.1.jar
har-reader-2.0.1.pom



Related Tutorials