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