h

har-parser-linuxx64

A Kotlin parser for HAR (HTTP Archives) files
https://github.com/joffrey-bion/har-parser
The MIT License
Joffrey Bion
Files download
File Operation
har-parser-linuxx64-2.1.1.pom download
har-parser-linuxx64-2.1.1-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hildan.har</groupId>
  <artifactId>har-parser-linuxx64</artifactId>
  <version>2.1.1</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.hildan.har:har-parser-linuxx64:2.1.1'
Gradle Kotlin
implementation("org.hildan.har:har-parser-linuxx64:2.1.1")
Scala SBT
libraryDependencies += "org.hildan.har" % "har-parser-linuxx64" % "2.1.1"
Groovy Grape
@Grapes(
  @Grab(group='org.hildan.har', module='har-parser-linuxx64', version='2.1.1')
)
Apache Ivy
<dependency org="org.hildan.har" name="har-parser-linuxx64" rev="2.1.1" />
Leiningen
[org.hildan.har/har-parser-linuxx64 "2.1.1"]
Apache Buildr
'org.hildan.har:har-parser-linuxx64:jar:2.1.1'