组织ID: |
net.sf.staccatocommons |
项目ID: |
commons-testing |
版本: |
1.0-beta-2 |
最后修改时间: |
2019-10-23 12:32:21 |
包类型: |
jar |
标题: |
Staccato-Commons-Testing |
描述: |
Testing components build on top of JUnit 4 |
大小: |
12.50KB |
|
Maven引入代码: |
<dependency>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-testing</artifactId>
<version>1.0-beta-2</version>
</dependency>
|
Gradle引入代码: |
net.sf.staccatocommons:commons-testing:1.0-beta-2
|
下载Jar包: |
|
POM文件内容: |
<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">
<modelVersion>4.0.0</modelVersion>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-testing</artifactId>
<name>Staccato-Commons-Testing</name>
<version>1.0-beta-2</version>
<inceptionYear>2010</inceptionYear>
<description>Testing components build on top of JUnit 4</description>
<parent>
<groupId>net.sf.staccatocommons</groupId>
<artifactId>commons-parent-pom</artifactId>
<version>1.0-beta-2</version>
</parent>
<scm>
<connection>scm:svn:${staccatissimo.scm.base}/trunk/commons-testing</connection>
<url>${staccatissimo.scm.view.base}/trunk/commons-testing/</url>
</scm>
<build>
<plugins>
<plugin>
<artifactId>maven-compiler-plugin</artifactId>
<version>2.0.2</version>
<configuration>
<source>1.6</source>
<target>1.6</target>
<compilerId>eclipse</compilerId>
</configuration>
<dependencies>
<dependency>
<groupId>org.codehaus.plexus</groupId>
<artifactId>plexus-compiler-eclipse</artifactId>
<version>1.7</version>
</dependency>
</dependencies>
</plugin>
<plugin>
<artifactId>maven-install-plugin</artifactId>
<version>2.3</version>
<configuration>
</configuration>
</plugin>
</plugins>
</build>
<dependencies>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-junit4</artifactId>
<version>2.5.1</version>
<exclusions>
<exclusion>
<groupId>junit</groupId>
<artifactId>junit-dep</artifactId>
</exclusion>
</exclusions>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.6</version>
</dependency>
<dependency>
<groupId>org.jmock</groupId>
<artifactId>jmock-legacy</artifactId>
<version>2.5.1</version>
</dependency>
<dependency>
<groupId>org.hamcrest</groupId>
<artifactId>hamcrest-core</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
</project>
|
Jar包内容: |
META-INF/MANIFEST.MF
net.sf.staccatocommons.testing.junit.theories.IteratorTheories.class
net.sf.staccatocommons.testing.junit.theories.IterableTheories.class
net.sf.staccatocommons.testing.junit.theories.WellDefinedCompareTheories.class
net.sf.staccatocommons.testing.junit.theories.WellDefinedEqualsTheories.class
net.sf.staccatocommons.testing.junit.jmock.JUnit4MockObjectTestCase.class
net.sf.staccatocommons.testing.junit.jmock.package-info.class
net.sf.staccatocommons.testing.junit.jmock.MiscMatchers.class
net.sf.staccatocommons.testing.junit.jmock.MiscMatchers$1.class
net.sf.staccatocommons.testing.mock.package-info.class
net.sf.staccatocommons.testing.mock.FileMock.class
META-INF/maven/net.sf.staccatocommons/commons-testing/pom.xml
META-INF/maven/net.sf.staccatocommons/commons-testing/pom.properties
|
依赖Jar: |
plexus-compiler-eclipse-1.7.jar
/org.codehaus.plexus/plexus-compiler-eclipse/1.7
查看plexus-compiler-eclipse所有版本文件
|