Download har-reader-2.0.3.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.3 in this page.

License

The MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials