组织ID: |
org.apache.maven.surefire |
项目ID: |
common-java5 |
版本: |
2.14.1 |
最后修改时间: |
2018-07-30 15:52:21 |
包类型: |
jar |
标题: |
Shared java5 code for all providers. |
大小: |
54.85KB |
|
Maven引入代码: |
<dependency>
<groupId>org.apache.maven.surefire</groupId>
<artifactId>common-java5</artifactId>
<version>2.14.1</version>
</dependency>
|
Gradle引入代码: |
org.apache.maven.surefire:common-java5:2.14.1
|
下载Jar包: |
|
POM文件内容: |
<?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/maven-v4_0_0.xsd">
<parent>
<artifactId>surefire-providers</artifactId>
<groupId>org.apache.maven.surefire</groupId>
<version>2.14.1</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>common-java5</artifactId>
<name>Shared java5 code for all providers.</name>
<build>
<plugins>
<plugin>
<artifactId>maven-shade-plugin</artifactId>
<executions>
<execution>
<phase>package</phase>
<goals>
<goal>shade</goal>
</goals>
<configuration>
<minimizeJar>true</minimizeJar>
<relocations>
<relocation>
<pattern>org.codehaus.plexus.util</pattern>
<shadedPattern>org.apache.maven.surefire.commonjunit48.org.codehaus.plexus.util</shadedPattern>
</relocation>
</relocations>
</configuration>
</execution>
</executions>
</plugin>
<plugin>
<artifactId>maven-surefire-plugin</artifactId>
<configuration>
<excludes>
<exclude>**/fixture/**</exclude>
</excludes>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
<scope>test</scope>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
META-INF/NOTICE
META-INF/DEPENDENCIES
META-INF/LICENSE
org.apache.maven.surefire.report.PojoStackTraceWriter.class
org.apache.maven.surefire.report.SmartStackTraceParser.class
META-INF/maven/org.apache.maven.surefire/common-java5/pom.xml
META-INF/maven/org.apache.maven.surefire/common-java5/pom.properties
org.apache.maven.shared.utils.StringUtils.class
META-INF/maven/org.apache.maven.shared/maven-shared-utils/pom.xml
META-INF/maven/org.apache.maven.shared/maven-shared-utils/pom.properties
META-INF/LICENSE.txt
META-INF/NOTICE.txt
META-INF/maven/commons-io/commons-io/pom.xml
META-INF/maven/commons-io/commons-io/pom.properties
javax.annotation.Nonnull$Checker.class
javax.annotation.Nonnull.class
javax.annotation.Nullable.class
javax.annotation.meta.TypeQualifier.class
javax.annotation.meta.TypeQualifierNickname.class
javax.annotation.meta.TypeQualifierValidator.class
javax.annotation.meta.When.class
javax/annotation/CheckForNull.java
javax/annotation/CheckForSigned.java
javax/annotation/CheckReturnValue.java
javax/annotation/Detainted.java
javax/annotation/MatchesPattern.java
javax/annotation/Nonnegative.java
javax/annotation/Nonnull.java
javax/annotation/Nullable.java
javax/annotation/OverridingMethodsMustInvokeSuper.java
javax/annotation/ParametersAreNonnullByDefault.java
javax/annotation/PropertyKey.java
javax/annotation/RegEx.java
javax/annotation/Signed.java
javax/annotation/Syntax.java
javax/annotation/Tainted.java
javax/annotation/Untainted.java
javax/annotation/WillClose.java
javax/annotation/WillCloseWhenClosed.java
javax/annotation/WillNotClose.java
javax/annotation/concurrent/GuardedBy.java
javax/annotation/concurrent/Immutable.java
javax/annotation/concurrent/NotThreadSafe.java
javax/annotation/concurrent/ThreadSafe.java
javax/annotation/meta/Exclusive.java
javax/annotation/meta/Exhaustive.java
javax/annotation/meta/TypeQualifier.java
javax/annotation/meta/TypeQualifierDefault.java
javax/annotation/meta/TypeQualifierNickname.java
javax/annotation/meta/TypeQualifierValidator.java
javax/annotation/meta/When.java
org.apache.maven.surefire.report.StackTraceWriter.class
org.apache.maven.surefire.report.SafeThrowable.class
org/apache/maven/surefire/surefire.properties
META-INF/maven/org.apache.maven.surefire/surefire-api/pom.xml
META-INF/maven/org.apache.maven.surefire/surefire-api/pom.properties
|
依赖Jar: |
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
|