Download harlib-1.1.2.jar file - Jar h

Jar examples for h:harlib

Description

HarLib is an open source Java library for the HTTP Archive Specification (HAR) v1.2.

You can download jar file harlib 1.1.2 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add harlib-1.1.2.jar to your project.

<dependency>
   <groupId>edu.umass.cs.benchlab</groupId>
   <artifactId>harlib</artifactId>
   <version>1.1.2</version>
</dependency>
compile group: 'edu.umass.cs.benchlab', name: 'harlib', version: '1.1.2'
libraryDependencies += "edu.umass.cs.benchlab" % "harlib" % "1.1.2"
<dependency org="edu.umass.cs.benchlab" name="harlib" rev="1.1.2"/>
@Grapes(@Grab(group='edu.umass.cs.benchlab', module='harlib', version='1.1.2'))
'edu.umass.cs.benchlab:harlib:jar:1.1.2'

Download

Click the following link to download the jar file.

harlib-1.1.2-javadoc.jar
harlib-1.1.2-sources.jar
harlib-1.1.2.jar
harlib-1.1.2.pom



Related Tutorials