| Категории |
КатегорииDex Универсальные библиотеки Utility |
|---|---|
| Группа | Группаorg.springframework |
| Идентификатор | Идентификаторspring-context-indexer |
| Версия | Версия5.2.13.RELEASE |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-context-indexer/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-indexer</artifactId>
<version>5.2.13.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-context-indexer/
implementation 'org.springframework:spring-context-indexer:5.2.13.RELEASE'
// https://jarcasting.com/artifacts/org.springframework/spring-context-indexer/
implementation ("org.springframework:spring-context-indexer:5.2.13.RELEASE")
'org.springframework:spring-context-indexer:jar:5.2.13.RELEASE'
<dependency org="org.springframework" name="spring-context-indexer" rev="5.2.13.RELEASE">
<artifact name="spring-context-indexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-context-indexer', version='5.2.13.RELEASE')
)
libraryDependencies += "org.springframework" % "spring-context-indexer" % "5.2.13.RELEASE"
[org.springframework/spring-context-indexer "5.2.13.RELEASE"]