| License |
License |
|---|---|
| GroupId | GroupIdcn.imaq |
| ArtifactId | ArtifactIdautumn-aop |
| Version | Version2020.10 |
| Type | Typejar |
| Description |
Descriptionautumn-aop
Aspect Oriented Programming support for Autumn core
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| autumn-aop-2020.10.pom | |
| autumn-aop-2020.10.jar | 19 KB |
| autumn-aop-2020.10-sources.jar | 9 KB |
| autumn-aop-2020.10-javadoc.jar | 79 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/cn.imaq/autumn-aop/ -->
<dependency>
<groupId>cn.imaq</groupId>
<artifactId>autumn-aop</artifactId>
<version>2020.10</version>
</dependency>
// https://jarcasting.com/artifacts/cn.imaq/autumn-aop/
implementation 'cn.imaq:autumn-aop:2020.10'
// https://jarcasting.com/artifacts/cn.imaq/autumn-aop/
implementation ("cn.imaq:autumn-aop:2020.10")
'cn.imaq:autumn-aop:jar:2020.10'
<dependency org="cn.imaq" name="autumn-aop" rev="2020.10">
<artifact name="autumn-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.imaq', module='autumn-aop', version='2020.10')
)
libraryDependencies += "cn.imaq" % "autumn-aop" % "2020.10"
[cn.imaq/autumn-aop "2020.10"]
| Group / Artifact | Type | Version |
|---|---|---|
| cn.imaq : autumn-core | jar | 2020.10 |
| aopalliance : aopalliance | jar | 1.0 |
| org.aspectj : aspectjrt | jar | 1.9.3 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.slf4j : slf4j-api | jar | 1.7.26 |
| org.aspectj : aspectjweaver | jar | 1.9.3 |
| cglib : cglib | jar | 3.2.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.testng : testng | jar | 6.14.3 |