c

catch-exception

Catch and verify exceptions
http://code.google.com/p/catch-exception/
Apache 2
Rod Woo
文件下载
文件名 操作
catch-exception-1.0.4.jar 下载
catch-exception-1.0.4.pom 下载
catch-exception-1.0.4-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.googlecode.catch-exception</groupId>
  <artifactId>catch-exception</artifactId>
  <version>1.0.4</version>
</dependency>
Gradle Groovy
implementation 'com.googlecode.catch-exception:catch-exception:1.0.4'
Gradle Kotlin
implementation("com.googlecode.catch-exception:catch-exception:1.0.4")
Scala SBT
libraryDependencies += "com.googlecode.catch-exception" % "catch-exception" % "1.0.4"
Groovy Grape
@Grapes(
  @Grab(group='com.googlecode.catch-exception', module='catch-exception', version='1.0.4')
)
Apache Ivy
<dependency org="com.googlecode.catch-exception" name="catch-exception" rev="1.0.4" />
Leiningen
[com.googlecode.catch-exception/catch-exception "1.0.4"]
Apache Buildr
'com.googlecode.catch-exception:catch-exception:jar:1.0.4'