| GroupId | GroupIdorg.springframework |
|---|---|
| ArtifactId | ArtifactIdspring-aop |
| Version | Version2.0-rc2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| spring-aop-2.0-rc2.pom | |
| spring-aop-2.0-rc2.jar | 266 KB |
| spring-aop-2.0-rc2-sources.jar | 281 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-aop/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>2.0-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-aop/
implementation 'org.springframework:spring-aop:2.0-rc2'
// https://jarcasting.com/artifacts/org.springframework/spring-aop/
implementation ("org.springframework:spring-aop:2.0-rc2")
'org.springframework:spring-aop:jar:2.0-rc2'
<dependency org="org.springframework" name="spring-aop" rev="2.0-rc2">
<artifact name="spring-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aop', version='2.0-rc2')
)
libraryDependencies += "org.springframework" % "spring-aop" % "2.0-rc2"
[org.springframework/spring-aop "2.0-rc2"]