| Группа | Группаspringframework |
|---|---|
| Идентификатор | Идентификаторspring-aop |
| Версия | Версия1.1-rc2 |
| Тип | Типjar |
| Имя Файла | Размер |
|---|---|
| spring-aop-1.1-rc2.pom | |
| spring-aop-1.1-rc2.jar | 131 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/springframework/spring-aop/ -->
<dependency>
<groupId>springframework</groupId>
<artifactId>spring-aop</artifactId>
<version>1.1-rc2</version>
</dependency>
// https://jarcasting.com/artifacts/springframework/spring-aop/
implementation 'springframework:spring-aop:1.1-rc2'
// https://jarcasting.com/artifacts/springframework/spring-aop/
implementation ("springframework:spring-aop:1.1-rc2")
'springframework:spring-aop:jar:1.1-rc2'
<dependency org="springframework" name="spring-aop" rev="1.1-rc2">
<artifact name="spring-aop" type="jar" />
</dependency>
@Grapes(
@Grab(group='springframework', module='spring-aop', version='1.1-rc2')
)
libraryDependencies += "springframework" % "spring-aop" % "1.1-rc2"
[springframework/spring-aop "1.1-rc2"]