License |
License |
---|---|
GroupId | GroupIdcom.googlecode.catch-exception |
ArtifactId | ArtifactIdcatch-exception |
Last Version | Last Version1.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionCatch and verify exceptions
|
Filename | Size |
---|---|
catch-exception-1.2.0.pom | |
catch-exception-1.2.0.jar | 18 KB |
catch-exception-1.2.0-sources.jar | 25 KB |
catch-exception-1.2.0-javadoc.jar | 216 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-exception/ -->
<dependency>
<groupId>com.googlecode.catch-exception</groupId>
<artifactId>catch-exception</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-exception/
implementation 'com.googlecode.catch-exception:catch-exception:1.2.0'
// https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-exception/
implementation ("com.googlecode.catch-exception:catch-exception:1.2.0")
'com.googlecode.catch-exception:catch-exception:jar:1.2.0'
<dependency org="com.googlecode.catch-exception" name="catch-exception" rev="1.2.0">
<artifact name="catch-exception" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.catch-exception', module='catch-exception', version='1.2.0')
)
libraryDependencies += "com.googlecode.catch-exception" % "catch-exception" % "1.2.0"
[com.googlecode.catch-exception/catch-exception "1.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.mockito : mockito-core | jar | 1.9.5 |
org.easytesting : fest-assert-core Optional | jar | 2.0M10 |
org.assertj : assertj-core Optional | jar | 1.4.0 |
junit : junit Optional | jar | 4.8.2 |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-module-junit4 | jar | 1.5.1 |
org.powermock : powermock-api-mockito | jar | 1.5.1 |
org.springframework : spring-context | jar | 3.2.0.RELEASE |
org.springframework : spring-test | jar | 3.2.0.RELEASE |
org.springframework : spring-web | jar | 3.2.0.RELEASE |
javax.servlet : javax.servlet-api | jar | 3.0.1 |