| 组织ID: |
eu.codearte.catch-exception |
| 项目ID: |
catch-exception |
| 版本: |
2.0.0-ALPHA-1 |
| 最后修改时间: |
2018-08-02 10:37:14 |
| 包类型: |
jar |
| 描述: |
Catch and verify exceptions |
| 大小: |
11.98KB |
|
|
| Maven引入代码: |
<dependency>
<groupId>eu.codearte.catch-exception</groupId>
<artifactId>catch-exception</artifactId>
<version>2.0.0-ALPHA-1</version>
</dependency>
|
| Gradle引入代码: |
eu.codearte.catch-exception:catch-exception:2.0.0-ALPHA-1
|
| 下载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>
<parent>
<groupId>eu.codearte.catch-exception</groupId>
<artifactId>catch-exception-parent</artifactId>
<version>2.0.0-ALPHA-1</version>
<relativePath>..</relativePath>
</parent>
<artifactId>catch-exception</artifactId>
<packaging>takari-jar</packaging>
<description>Catch and verify exceptions</description>
<dependencies>
<dependency>
<groupId>org.assertj</groupId>
<artifactId>assertj-core</artifactId>
<optional>true</optional>
</dependency>
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<optional>true</optional>
</dependency>
</dependencies>
<build>
<plugins>
<plugin>
<groupId>io.takari.maven.plugins</groupId>
<artifactId>takari-lifecycle-plugin</artifactId>
</plugin>
<plugin>
<groupId>com.mycila</groupId>
<artifactId>license-maven-plugin</artifactId>
</plugin>
</plugins>
</build>
</project>
|
| Jar包内容: |
com.googlecode.catchexception.internal.ExceptionHolder.class
com.googlecode.catchexception.ThrowingCallable.class
com.googlecode.catchexception.apis.CaughtException.class
com.googlecode.catchexception.apis.CatchExceptionHamcrestMatchers.class
com.googlecode.catchexception.apis.internal.hamcrest.ExceptionMessageMatcher.class
com.googlecode.catchexception.apis.internal.hamcrest.ExceptionNoCauseMatcher.class
com.googlecode.catchexception.apis.CatchExceptionUtils.class
com.googlecode.catchexception.apis.CatchExceptionAssert.class
com.googlecode.catchexception.apis.BDDCatchException.class
com.googlecode.catchexception.ExceptionNotThrownAssertionError.class
com.googlecode.catchexception.CatchException.class
com.googlecode.catchexception.ExceptionCaptor.class
META-INF/takari/export-package
META-INF/maven/eu.codearte.catch-exception/catch-exception/pom.properties
META-INF/MANIFEST.MF
|
| 依赖Jar: |
|