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