组织ID: |
com.github.spotbugs |
项目ID: |
test-harness |
版本: |
4.0.0-beta4 |
最后修改时间: |
2019-12-17 18:07:29 |
包类型: |
jar |
标题: |
JUnit 4 Test Harness for SpotBugs Plugin |
描述: |
A test harness library for SpotBugs plugin developers to test on JUnit4 |
相关URL: |
https://spotbugs.github.io/ |
大小: |
10.13KB |
|
Maven引入代码: |
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>test-harness</artifactId>
<version>4.0.0-beta4</version>
</dependency>
|
Gradle引入代码: |
com.github.spotbugs:test-harness:4.0.0-beta4
|
下载Jar包: |
|
POM文件内容: |
<?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.github.spotbugs</groupId>
<artifactId>test-harness</artifactId>
<version>4.0.0-beta4</version>
<name>JUnit 4 Test Harness for SpotBugs Plugin</name>
<description>A test harness library for SpotBugs plugin developers to test on JUnit4</description>
<url>https://spotbugs.github.io/</url>
<licenses>
<license>
<name>GNU LESSER GENERAL PUBLIC LICENSE, Version 2.1</name>
<url>https://www.gnu.org/licenses/old-licenses/lgpl-2.1.en.html</url>
</license>
</licenses>
<developers>
<developer>
<id>jsotuyod</id>
<name>Juan Mart铆n Sotuyo Dodero</name>
<url>https://github.com/jsotuyod</url>
<timezone>-3</timezone>
</developer>
<developer>
<id>mebigfatguy</id>
<name>Dave Brosius</name>
<email>dbrosius@mebigfatguy.com</email>
<url>http://www.jroller.com/dbrosius/</url>
<timezone>-5</timezone>
</developer>
<developer>
<id>henrik242</id>
<url>https://github.com/henrik242</url>
</developer>
<developer>
<id>KengoTODA</id>
<name>Kengo TODA</name>
<email>skypencil@gmail.com</email>
<url>https://github.com/KengoTODA/</url>
<timezone>+8</timezone>
</developer>
<developer>
<id>iloveeclipse</id>
<name>Andrey Loskutov</name>
<email>loskutov@gmx.de</email>
<url>https://plus.google.com/+AndreyLoskutov</url>
<timezone>+2</timezone>
</developer>
<developer>
<id>ThrawnCA</id>
<url>https://github.com/ThrawnCA</url>
</developer>
<developer>
<id>sewe</id>
<name>Andreas Sewe</name>
<email>andreas.sewe@codetrails.com</email>
<url>https://github.com/sewe</url>
<timezone>+1</timezone>
</developer>
</developers>
<scm>
<connection>scm:git:git@github.com:spotbugs/spotbugs.git</connection>
<developerConnection>scm:git:git@github.com:spotbugs/spotbugs.git</developerConnection>
<url>https://github.com/spotbugs/spotbugs/</url>
</scm>
<dependencies>
<dependency>
<groupId>com.github.spotbugs</groupId>
<artifactId>test-harness-core</artifactId>
<version>4.0.0-beta4</version>
<scope>compile</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
edu.umd.cs.findbugs.test.matcher.BugInstanceMatcher.class
edu.umd.cs.findbugs.test.matcher.BugInstanceMatcherBuilder.class
edu.umd.cs.findbugs.test.service.ClassFileLocator.class
edu.umd.cs.findbugs.test.SpotBugsRule.class
edu.umd.cs.findbugs.test.CountMatcher.class
|
依赖Jar: |
test-harness-core-4.0.0-beta4.jar
/com.github.spotbugs/test-harness-core/4.0.0-beta4
查看test-harness-core所有版本文件
|