Group Id org.springframework
Artifact Id spring-aspects
Version 2.0.2
Packaging jar
URL -
Badge
Last Updated 2007-01-09T10:33:26+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>2.0.2</version>
</dependency>
implementation group: 'org.springframework', name: 'spring-aspects', version: '2.0.2'
implementation 'org.springframework:spring-aspects:2.0.2'
implementation("org.springframework:spring-aspects:2.0.2")
libraryDependencies += "org.springframework" % "spring-aspects" % "2.0.2"
<dependency org="org.springframework" name="spring-aspects" rev="2.0.2"/>
@Grapes(
    @Grab(group='org.springframework', module='spring-aspects', version='2.0.2')
)
[org.springframework/spring-aspects "2.0.2"]
'org.springframework:spring-aspects:2.0.2'