License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.excha |
ArtifactId | ArtifactIdexcha |
Version | Version1.0.2 |
Type | Typejar |
Description |
DescriptionException Common Handling Aspects
Exception Common Handling Aspects project provides means for exception handling, substituting and logging via AspectJ and/or Spring AOP
|
Project URL |
Project URL |
Filename | Size |
---|---|
excha-1.0.2.pom | |
excha-1.0.2.jar | 11 KB |
excha-1.0.2-sources.jar | 10 KB |
excha-1.0.2-javadoc.jar | 64 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.sf.excha/excha/ -->
<dependency>
<groupId>net.sf.excha</groupId>
<artifactId>excha</artifactId>
<version>1.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.excha/excha/
implementation 'net.sf.excha:excha:1.0.2'
// https://jarcasting.com/artifacts/net.sf.excha/excha/
implementation ("net.sf.excha:excha:1.0.2")
'net.sf.excha:excha:jar:1.0.2'
<dependency org="net.sf.excha" name="excha" rev="1.0.2">
<artifact name="excha" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.excha', module='excha', version='1.0.2')
)
libraryDependencies += "net.sf.excha" % "excha" % "1.0.2"
[net.sf.excha/excha "1.0.2"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | [1.1,1.2) |
aspectj : aspectjrt | jar | 1.5.3 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-aop | jar | [2.0.7,3.0) |
org.springframework : spring-test | jar | [2.5,3.0) |
org.springframework : spring-context | jar | [2.0.7,3.0) |
org.springframework : spring-beans | jar | [2.0.7,3.0) |
aspectj : aspectjweaver | jar | 1.5.3 |
asm : asm | jar | 2.2.3 |
asm : asm-commons | jar | 2.2.3 |
cglib : cglib-nodep | jar | 2.1_3 |