is not current version
Last Version 5.3.21

org.springframework:spring-aspects 5.2.9.RELEASE

Spring Aspects

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-aspects
Version

Version

5.2.9.RELEASE
Type

Type

jar

Download spring-aspects 5.2.9.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-aspects/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-aspects</artifactId>
    <version>5.2.9.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-aspects/
implementation 'org.springframework:spring-aspects:5.2.9.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-aspects/
implementation ("org.springframework:spring-aspects:5.2.9.RELEASE")
'org.springframework:spring-aspects:jar:5.2.9.RELEASE'
<dependency org="org.springframework" name="spring-aspects" rev="5.2.9.RELEASE">
  <artifact name="spring-aspects" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aspects', version='5.2.9.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-aspects" % "5.2.9.RELEASE"
[org.springframework/spring-aspects "5.2.9.RELEASE"]