JSONCustomLintr

Library for the creation, running, and reporting of Custom Lint Rules for files that follow JSON Notation.

License

License

Categories

Categories

JSON Data
GroupId

GroupId

com.zachary-moore
ArtifactId

ArtifactId

JSONCustomLintr
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

JSONCustomLintr
Library for the creation, running, and reporting of Custom Lint Rules for files that follow JSON Notation.
Project URL

Project URL

https://github.com/zsmoore/JSONCustomLintr
Project Organization

Project Organization

com.zachary-moore
Source Code Management

Source Code Management

https://github.com/zsmoore/JSONCustomLintr

Download JSONCustomLintr

How to add to project

<!-- https://jarcasting.com/artifacts/com.zachary-moore/JSONCustomLintr/ -->
<dependency>
    <groupId>com.zachary-moore</groupId>
    <artifactId>JSONCustomLintr</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.zachary-moore/JSONCustomLintr/
implementation 'com.zachary-moore:JSONCustomLintr:1.1.0'
// https://jarcasting.com/artifacts/com.zachary-moore/JSONCustomLintr/
implementation ("com.zachary-moore:JSONCustomLintr:1.1.0")
'com.zachary-moore:JSONCustomLintr:pom:1.1.0'
<dependency org="com.zachary-moore" name="JSONCustomLintr" rev="1.1.0">
  <artifact name="JSONCustomLintr" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.zachary-moore', module='JSONCustomLintr', version='1.1.0')
)
libraryDependencies += "com.zachary-moore" % "JSONCustomLintr" % "1.1.0"
[com.zachary-moore/JSONCustomLintr "1.1.0"]

Dependencies

runtime (3)

Group / Artifact Type Version
commons-io : commons-io jar 2.6
org.json : json jar 20180813
com.j2html : j2html jar 1.4.0

Project Modules

There are no modules declared in this project.

Versions

Version
1.1.0
1.0.0