You can download javascript-checks-testkit-2.11.jar in this page.
Open Source
javascript-checks-testkit-2.11.jar file has the following types.
META-INF.maven.org.sonarsource.javascript.javascript-checks-testkit.pom.properties META-INF.maven.org.sonarsource.javascript.javascript-checks-testkit.pom.xml META-INF/MANIFEST.MF org.sonar.javascript.checks.verifier.JavaScriptCheckVerifier.class org.sonar.javascript.checks.verifier.TestIssue.class org.sonar.javascript.checks.verifier.TestUtils.class org.sonar.javascript.checks.verifier.TreeCheckTest.class org.sonar.javascript.checks.verifier.package-info.class
javascript-checks-testkit-2.11.pom file content.
<?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd"> <parent> <artifactId>javascript</artifactId> <groupId>org.sonarsource.javascript</groupId> <version>2.11</version> </parent> <modelVersion>4.0.0</modelVersion> <artifactId>javascript-checks-testkit</artifactId> <name>SonarQube JavaScript :: Check Test Toolkit</name> <dependencies> <dependency> <groupId>${project.groupId}</groupId> <artifactId>javascript-frontend</artifactId> </dependency> <dependency> <groupId>org.easytesting</groupId> <artifactId>fest-assert</artifactId> </dependency> <dependency> <groupId>junit</groupId> <artifactId>junit</artifactId> </dependency> <dependency> <groupId>org.mockito</groupId> <artifactId>mockito-all</artifactId> <scope>test</scope> </dependency> </dependencies> </project>
<dependency> <groupId>org.sonarsource.javascript</groupId> <artifactId>javascript-checks-testkit</artifactId> <version>2.11</version> </dependency>
If you think the following javascript-checks-testkit-2.11.jar downloaded from Maven central repository is inappropriate, such as containing malicious code/tools or violating the copyright, please email , thanks.
Download javascript-checks-testkit-2.11.jar file