is not current version
Last Version 5.3.21

org.springframework:spring-aspects 4.3.5.RELEASE

Spring Aspects

GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-aspects
Version

Version

4.3.5.RELEASE
Type

Type

jar

Download spring-aspects 4.3.5.RELEASE


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