har-validator

WebJar for har-validator

License

License

MIT
GroupId

GroupId

org.webjars.npm
ArtifactId

ArtifactId

har-validator
Last Version

Last Version

5.1.5
Release Date

Release Date

Type

Type

jar
Description

Description

har-validator
WebJar for har-validator
Project URL

Project URL

https://www.webjars.org
Source Code Management

Source Code Management

https://github.com/ahmadnassri/node-har-validator

Download har-validator

How to add to project

<!-- https://jarcasting.com/artifacts/org.webjars.npm/har-validator/ -->
<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>har-validator</artifactId>
    <version>5.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/har-validator/
implementation 'org.webjars.npm:har-validator:5.1.5'
// https://jarcasting.com/artifacts/org.webjars.npm/har-validator/
implementation ("org.webjars.npm:har-validator:5.1.5")
'org.webjars.npm:har-validator:jar:5.1.5'
<dependency org="org.webjars.npm" name="har-validator" rev="5.1.5">
  <artifact name="har-validator" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='har-validator', version='5.1.5')
)
libraryDependencies += "org.webjars.npm" % "har-validator" % "5.1.5"
[org.webjars.npm/har-validator "5.1.5"]

Dependencies

compile (2)

Group / Artifact Type Version
org.webjars.npm : ajv jar [6.12.3,7)
org.webjars.npm : har-schema jar [2.0.0,3)

Project Modules

There are no modules declared in this project.

HAR Validator

license version super linter test release

Extremely fast HTTP Archive (HAR) validator using JSON Schema.

Install

npm install har-validator

CLI Usage

Please refer to har-cli for more info.

API

Note: as of v2.0.0 this module defaults to Promise based API. For backward compatibility with v1.x an async/callback API is also provided

Versions

Version
5.1.5
5.1.3
5.1.2
5.1.0
5.0.3
4.2.1
2.1.3
2.0.6
2.0.2
2.0.0
1.6.1