JSONCustomLintr
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.zachary-moore</groupId> <artifactId>JSONCustomLintr</artifactId> <version>1.1.0</version> </dependency>
<?xml version="1.0" encoding="UTF-8"?> <project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <modelVersion>4.0.0</modelVersion> <groupId>com.zachary-moore</groupId> <artifactId>JSONCustomLintr</artifactId> <version>1.1.0</version> <name>JSONCustomLintr</name> <description>Library for the creation, running, and reporting of Custom Lint Rules for files that follow JSON Notation.</description> <url>https://github.com/zsmoore/JSONCustomLintr</url> <organization> <name>com.zachary-moore</name> <url>https://www.zachary-moore.com/</url> </organization> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://github.com/zsmoore/JSONCustomLintr/blob/master/LICENSE</url> <distribution>repo</distribution> </license> </licenses> <developers> <developer> <id>zsmoore</id> <name>Zachary moore</name> <email>zsmoore@zachary-moore.com</email> </developer> </developers> <scm> <connection>scm:git:git://github.com/zsmoore/JSONCustomLintr.git</connection> <developerConnection>scm:git:ssh://git@github.com:zsmoore/JSONCustomLintr.git</developerConnection> <url>https://github.com/zsmoore/JSONCustomLintr</url> </scm> <issueManagement> <system>GitHub</system> <url>https://github.com/zsmoore/JSONCustomLintr/issues</url> </issueManagement> <dependencies> <dependency> <groupId>commons-io</groupId> <artifactId>commons-io</artifactId> <version>2.6</version> <scope>runtime</scope> </dependency> <dependency> <groupId>org.json</groupId> <artifactId>json</artifactId> <version>20180813</version> <scope>runtime</scope> </dependency> <dependency> <groupId>com.j2html</groupId> <artifactId>j2html</artifactId> <version>1.4.0</version> <scope>runtime</scope> </dependency> </dependencies> </project>