jshint-javaport
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>com.github.jshaptic</groupId>
<artifactId>jshint-javaport</artifactId>
<version>2.10.1-4</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://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">
<!-- This module was also published with a richer model, Gradle metadata, -->
<!-- which should be used instead. Do not delete the following line which -->
<!-- is to indicate to Gradle or any Gradle module metadata file consumer -->
<!-- that they should prefer consuming it instead. -->
<!-- do_not_remove: published-with-gradle-metadata -->
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.jshaptic</groupId>
<artifactId>jshint-javaport</artifactId>
<version>2.10.1-4</version>
<name>jshint-javaport</name>
<description>Bold JSHint java port.</description>
<url>https://github.com/jshaptic/jshint-javaport</url>
<licenses>
<license>
<name>MIT</name>
<url>https://opensource.org/licenses/MIT</url>
</license>
</licenses>
<developers>
<developer>
<name>Jevgenijs Shatilo</name>
<email>eugene.shatilo@gmail.com</email>
<organization>GitHub</organization>
<organizationUrl>https://github.com/jshaptic</organizationUrl>
</developer>
</developers>
<scm>
<connection>scm:git:git://github.com/jshaptic/jshint-javaport.git</connection>
<developerConnection>scm:git:ssh://github.com/jshaptic/jshint-javaport.git</developerConnection>
<url>https://github.com/jshaptic/jshint-javaport/tree/master</url>
</scm>
<issueManagement>
<system>GitHub Issues</system>
<url>https://github.com/jshaptic/jshint-javaport/issues</url>
</issueManagement>
<dependencies>
<dependency>
<groupId>com.github.jshaptic</groupId>
<artifactId>js4j</artifactId>
<version>0.1.1</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.github.jshaptic</groupId>
<artifactId>minimatch-javaport</artifactId>
<version>3.0.4-0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>org.apache.commons</groupId>
<artifactId>commons-lang3</artifactId>
<version>3.12.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.5.0</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>com.google.guava</groupId>
<artifactId>guava</artifactId>
<version>31.0.1-jre</version>
<scope>runtime</scope>
</dependency>
<dependency>
<groupId>net.htmlparser.jericho</groupId>
<artifactId>jericho-html</artifactId>
<version>3.4</version>
<scope>runtime</scope>
</dependency>
</dependencies>
</project>