| GroupId | GroupIdorg.springframework | 
|---|---|
| ArtifactId | ArtifactIdspring-aspects | 
| Version | Version3.1.1.RELEASE | 
| Type | Typejar | 
| Filename | Size | 
|---|---|
| spring-aspects-3.1.1.RELEASE.pom | |
| spring-aspects-3.1.1.RELEASE.jar | 49 KB | 
| spring-aspects-3.1.1.RELEASE-sources.jar | 29 KB | 
| Browse | 
<!-- https://jarcasting.com/artifacts/org.springframework/spring-aspects/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-aspects</artifactId>
    <version>3.1.1.RELEASE</version>
</dependency>// https://jarcasting.com/artifacts/org.springframework/spring-aspects/
implementation 'org.springframework:spring-aspects:3.1.1.RELEASE'// https://jarcasting.com/artifacts/org.springframework/spring-aspects/
implementation ("org.springframework:spring-aspects:3.1.1.RELEASE")'org.springframework:spring-aspects:jar:3.1.1.RELEASE'<dependency org="org.springframework" name="spring-aspects" rev="3.1.1.RELEASE">
  <artifact name="spring-aspects" type="jar" />
</dependency>@Grapes(
@Grab(group='org.springframework', module='spring-aspects', version='3.1.1.RELEASE')
)libraryDependencies += "org.springframework" % "spring-aspects" % "3.1.1.RELEASE"[org.springframework/spring-aspects "3.1.1.RELEASE"]