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