| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииAspectJ Инструменты разработки Development Libraries |
| Группа | Группаorg.aspectj |
| Идентификатор | Идентификаторaspectjmatcher |
| Последняя версия | Последняя версия1.9.9.1 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеAspectJ Matcher
The AspectJ matcher can be used for matching pointcuts independently of any AspectJ compilation or weaving steps.
Most notably, this can be used by frameworks such as Spring AOP which utilise the @AspectJ pointcut syntax but
implement aspect weaving in a way independent of AspectJ, e.g. using dynamic proxies.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| aspectjmatcher-1.9.9.1.pom | |
| aspectjmatcher-1.9.9.1.jar | 862 KB |
| aspectjmatcher-1.9.9.1-sources.jar | 578 KB |
| aspectjmatcher-1.9.9.1-javadoc.jar | 2 MB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.aspectj/aspectjmatcher/ -->
<dependency>
<groupId>org.aspectj</groupId>
<artifactId>aspectjmatcher</artifactId>
<version>1.9.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.aspectj/aspectjmatcher/
implementation 'org.aspectj:aspectjmatcher:1.9.9.1'
// https://jarcasting.com/artifacts/org.aspectj/aspectjmatcher/
implementation ("org.aspectj:aspectjmatcher:1.9.9.1")
'org.aspectj:aspectjmatcher:jar:1.9.9.1'
<dependency org="org.aspectj" name="aspectjmatcher" rev="1.9.9.1">
<artifact name="aspectjmatcher" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.aspectj', module='aspectjmatcher', version='1.9.9.1')
)
libraryDependencies += "org.aspectj" % "aspectjmatcher" % "1.9.9.1"
[org.aspectj/aspectjmatcher "1.9.9.1"]