h

har-parser-js

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