组织ID: |
com.cenqua.clover |
项目ID: |
clover |
版本: |
2.2.1 |
最后修改时间: |
2019-10-22 21:19:52 |
包类型: |
jar |
标题: |
Clover |
描述: |
Clover is a powerful and highly configurable code coverage analysis tool. It discovers sections of code that are not being adequately exercised by your tests. |
相关URL: |
http://www.atlassian.com/clover |
大小: |
6.01KB |
|
Maven引入代码: |
<dependency>
<groupId>com.cenqua.clover</groupId>
<artifactId>clover</artifactId>
<version>2.2.1</version>
</dependency>
|
Gradle引入代码: |
com.cenqua.clover:clover:2.2.1
|
下载Jar包: |
|
POM文件内容: |
<?xml version="1.0" encoding="UTF-8"?><project>
<modelVersion>4.0.0</modelVersion>
<groupId>com.cenqua.clover</groupId>
<artifactId>clover</artifactId>
<name>Clover</name>
<version>2.2.1</version>
<description>Clover is a powerful and highly configurable code coverage analysis tool. It discovers sections of code that are not being adequately exercised by your tests.</description>
<url>http://www.atlassian.com/clover</url>
<licenses>
<license>
<name>Atlassian End User License Agreement, Version 2.6</name>
<url>http://www.atlassian.com/about/licensing/license.jsp</url>
</license>
</licenses>
<organization>
<name>Atlassian Pty Ltd</name>
<url>http://www.atlassian.com/</url>
</organization>
<build>
<resources>
<resource>
<targetPath>jars</targetPath>
<directory></directory>
<includes>
<include>clover-2.2.1.jar</include>
</includes>
</resource>
</resources>
</build>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/LICENSE.TXT
|
依赖Jar: |
无
|