Group Id org.springframework
Artifact Id spring-aspects
Version 5.3.21
Packaging jar
URL -
Badge
Last Updated 2022-06-15T00:50:43+00:00
Download Jar | View All
Maven
Gradle
Gradle(Short)
Gradle(Kotlin)
SBT
Ivy
Grape
Leiningen
Buildr
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-aspects</artifactId>
    <version>5.3.21</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-aspects', version: '5.3.21'
implementation 'org.springframework:spring-aspects:5.3.21'
implementation("org.springframework:spring-aspects:5.3.21")
libraryDependencies += "org.springframework" % "spring-aspects" % "5.3.21"
<dependency org="org.springframework" name="spring-aspects" rev="5.3.21"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-aspects', version='5.3.21')
)
[org.springframework/spring-aspects "5.3.21"]
'org.springframework:spring-aspects:5.3.21'