is not current version
Last Version 5.3.21

org.springframework:spring-context-indexer 5.1.12.RELEASE

Spring Context Indexer

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-context-indexer
Version

Version

5.1.12.RELEASE
Type

Type

jar

Download spring-context-indexer 5.1.12.RELEASE


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