не последняя версия
Последняя версия 5.3.21

org.springframework:spring-aop 3.2.12.RELEASE

Spring AOP

Группа

Группа

org.springframework
Идентификатор

Идентификатор

spring-aop
Версия

Версия

3.2.12.RELEASE
Тип

Тип

jar

Скачать spring-aop 3.2.12.RELEASE


<!-- https://jarcasting.com/artifacts/org.springframework/spring-aop/ -->
<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-aop</artifactId>
    <version>3.2.12.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-aop/
implementation 'org.springframework:spring-aop:3.2.12.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-aop/
implementation ("org.springframework:spring-aop:3.2.12.RELEASE")
'org.springframework:spring-aop:jar:3.2.12.RELEASE'
<dependency org="org.springframework" name="spring-aop" rev="3.2.12.RELEASE">
  <artifact name="spring-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-aop', version='3.2.12.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-aop" % "3.2.12.RELEASE"
[org.springframework/spring-aop "3.2.12.RELEASE"]