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

License

The MIT License

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials