| License |
License |
|---|---|
| GroupId | GroupIdcom.github.aqiu202 |
| ArtifactId | ArtifactIdspring-aop-core |
| Last Version | Last Version1.2.1 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionSome Simple Starter Projects for Spring Boot Application Made by Aqiu202
|
| Filename | Size |
|---|---|
| spring-aop-core-1.2.1.pom | |
| spring-aop-core-1.2.1.jar | 14 KB |
| spring-aop-core-1.2.1-sources.jar | 9 KB |
| spring-aop-core-1.2.1-javadoc.jar | 100 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.aqiu202/spring-aop-core/ -->
<dependency>
<groupId>com.github.aqiu202</groupId>
<artifactId>spring-aop-core</artifactId>
<version>1.2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aqiu202/spring-aop-core/
implementation 'com.github.aqiu202:spring-aop-core:1.2.1'
// https://jarcasting.com/artifacts/com.github.aqiu202/spring-aop-core/
implementation ("com.github.aqiu202:spring-aop-core:1.2.1")
'com.github.aqiu202:spring-aop-core:jar:1.2.1'
<dependency org="com.github.aqiu202" name="spring-aop-core" rev="1.2.1">
<artifact name="spring-aop-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aqiu202', module='spring-aop-core', version='1.2.1')
)
libraryDependencies += "com.github.aqiu202" % "spring-aop-core" % "1.2.1"
[com.github.aqiu202/spring-aop-core "1.2.1"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework.boot : spring-boot-starter-aop | jar | 2.6.7 |
| com.github.aqiu202 : spring-utils | jar | 1.2.0 |
| com.google.code.findbugs : jsr305 | jar | 3.0.2 |
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.code.findbugs : annotations | jar | 3.0.1 |
| org.slf4j : slf4j-api | jar | 1.7.36 |