| 组织ID: |
commons-jelly |
| 项目ID: |
commons-jelly-tags-junit |
| 版本: |
20040902.064627 |
| 最后修改时间: |
2019-11-03 01:00:21 |
| 包类型: |
jar |
| 标题: |
commons-jelly-tags-junit |
| 描述: |
The Jelly JUnit Tag Library |
| 大小: |
22.27KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly-tags-junit</artifactId>
<version>20040902.064627</version>
</dependency>
|
| Gradle引入代码: |
commons-jelly:commons-jelly-tags-junit:20040902.064627
|
| 下载Jar包: |
|
| POM文件内容: |
<project>
<modelVersion>4.0.0</modelVersion>
<groupId>commons-jelly-tags-junit</groupId>
<artifactId>commons-jelly-tags-junit</artifactId>
<name>commons-jelly-tags-junit</name>
<version>20040902.064627</version>
<description>The Jelly JUnit Tag Library</description>
<dependencies>
<dependency>
<groupId>commons-jelly</groupId>
<artifactId>commons-jelly</artifactId>
<version>SNAPSHOT</version>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>3.8.1</version>
</dependency>
<dependency>
<groupId>commons-cli</groupId>
<artifactId>commons-cli</artifactId>
<version>1.0</version>
</dependency>
</dependencies>
</project>
|
| Jar包内容: |
META-INF/MANIFEST.MF
org.apache.commons.jelly.tags.junit.AssertEqualsTag.class
org.apache.commons.jelly.tags.junit.AssertTag.class
org.apache.commons.jelly.tags.junit.AssertTagSupport.class
org.apache.commons.jelly.tags.junit.AssertThrowsTag.class
org.apache.commons.jelly.tags.junit.CaseTag$1.class
org.apache.commons.jelly.tags.junit.CaseTag.class
org.apache.commons.jelly.tags.junit.FailTag.class
org.apache.commons.jelly.tags.junit.JellyAssertionFailedError.class
org.apache.commons.jelly.tags.junit.JellyTestSuite.class
org.apache.commons.jelly.tags.junit.JUnitTagLibrary.class
org.apache.commons.jelly.tags.junit.RunTag$1.class
org.apache.commons.jelly.tags.junit.RunTag.class
org.apache.commons.jelly.tags.junit.SuiteTag.class
META-INF/LICENSE.txt
|
| 依赖Jar: |
commons-jelly-SNAPSHOT.jar
/commons-jelly/commons-jelly/SNAPSHOT
查看commons-jelly所有版本文件
junit-3.8.1.jar
/junit/junit/3.8.1
查看junit所有版本文件
commons-cli-1.0.jar
/commons-cli/commons-cli/1.0
查看commons-cli所有版本文件
|