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-0.4.0.pom download
har-parser-linuxx64-0.4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>org.hildan.har</groupId>
  <artifactId>har-parser-linuxx64</artifactId>
  <version>0.4.0</version>
  <type>klib</type>
</dependency>
Gradle Groovy
implementation 'org.hildan.har:har-parser-linuxx64:0.4.0'
Gradle Kotlin
implementation("org.hildan.har:har-parser-linuxx64:0.4.0")
Scala SBT
libraryDependencies += "org.hildan.har" % "har-parser-linuxx64" % "0.4.0"
Groovy Grape
@Grapes(
  @Grab(group='org.hildan.har', module='har-parser-linuxx64', version='0.4.0')
)
Apache Ivy
<dependency org="org.hildan.har" name="har-parser-linuxx64" rev="0.4.0" />
Leiningen
[org.hildan.har/har-parser-linuxx64 "0.4.0"]
Apache Buildr
'org.hildan.har:har-parser-linuxx64:jar:0.4.0'