| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.sf.excha |
| Идентификатор | Идентификаторexcha |
| Последняя версия | Последняя версия1.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеException Common Handling Aspects
Exception Common Handling Aspects project provides means for exception handling, substituting and logging via AspectJ and/or Spring AOP
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| 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 |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| commons-logging : commons-logging | jar | [1.1,1.2) |
| aspectj : aspectjrt | jar | 1.5.3 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| 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 |