| License |
License |
|---|---|
| Categories |
CategoriesJSON Data |
| GroupId | GroupIdcom.zachary-moore |
| ArtifactId | ArtifactIdJSONCustomLintr |
| Last Version | Last Version1.1.0 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
DescriptionJSONCustomLintr
Library for the creation, running, and reporting of Custom Lint Rules for files that follow JSON Notation.
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| JSONCustomLintr-1.1.0.pom | |
| JSONCustomLintr-1.1.0.jar | 1 KB |
| JSONCustomLintr-1.1.0-sources.jar | 17 KB |
| JSONCustomLintr-1.1.0-javadoc.jar | 83 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| commons-io : commons-io | jar | 2.6 |
| org.json : json | jar | 20180813 |
| com.j2html : j2html | jar | 1.4.0 |