| License |
License |
|---|---|
| GroupId | GroupIdcom.googlecode.catch-exception |
| ArtifactId | ArtifactIdcatch-throwable |
| Last Version | Last Version1.2.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionCatch throwables (not only exceptions)
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| catch-throwable-1.2.0.pom | |
| catch-throwable-1.2.0.jar | 17 KB |
| catch-throwable-1.2.0-tests.jar | 18 KB |
| catch-throwable-1.2.0-test-sources.jar | 14 KB |
| catch-throwable-1.2.0-sources.jar | 25 KB |
| catch-throwable-1.2.0-javadoc.jar | 167 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-throwable/ -->
<dependency>
<groupId>com.googlecode.catch-exception</groupId>
<artifactId>catch-throwable</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-throwable/
implementation 'com.googlecode.catch-exception:catch-throwable:1.2.0'
// https://jarcasting.com/artifacts/com.googlecode.catch-exception/catch-throwable/
implementation ("com.googlecode.catch-exception:catch-throwable:1.2.0")
'com.googlecode.catch-exception:catch-throwable:jar:1.2.0'
<dependency org="com.googlecode.catch-exception" name="catch-throwable" rev="1.2.0">
<artifact name="catch-throwable" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.catch-exception', module='catch-throwable', version='1.2.0')
)
libraryDependencies += "com.googlecode.catch-exception" % "catch-throwable" % "1.2.0"
[com.googlecode.catch-exception/catch-throwable "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 |