Group Id org.springframework
Artifact Id spring-aspects
Version 5.3.19
Packaging jar
URL -
Badge
Last Updated 2022-04-13T02:08:48+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.19</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-aspects', version: '5.3.19'
implementation 'org.springframework:spring-aspects:5.3.19'
implementation("org.springframework:spring-aspects:5.3.19")
libraryDependencies += "org.springframework" % "spring-aspects" % "5.3.19"
<dependency org="org.springframework" name="spring-aspects" rev="5.3.19"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-aspects', version='5.3.19')
)
[org.springframework/spring-aspects "5.3.19"]
'org.springframework:spring-aspects:5.3.19'