GroupId | GroupIdorg.springframework |
---|---|
ArtifactId | ArtifactIdspring-aop |
Version | Version5.2.20.RELEASE |
Type | Typejar |
Filename | Size |
---|---|
spring-aop-5.2.20.RELEASE.pom | |
spring-aop-5.2.20.RELEASE.jar | 364 KB |
spring-aop-5.2.20.RELEASE-sources.jar | 353 KB |
spring-aop-5.2.20.RELEASE-javadoc.jar | 1 MB |
Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-aop/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>5.2.20.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-aop/
implementation 'org.springframework:spring-aop:5.2.20.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-aop/
implementation ("org.springframework:spring-aop:5.2.20.RELEASE")
'org.springframework:spring-aop:jar:5.2.20.RELEASE'
<dependency org="org.springframework" name="spring-aop" rev="5.2.20.RELEASE">
<artifact name="spring-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aop', version='5.2.20.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-aop" % "5.2.20.RELEASE"
[org.springframework/spring-aop "5.2.20.RELEASE"]