is not current version
Last Version 5.3.21

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

Spring Context Indexer

Categories

Categories

Dex General Purpose Libraries Utility
GroupId

GroupId

org.springframework
ArtifactId

ArtifactId

spring-context-indexer
Version

Version

5.0.7.RELEASE
Type

Type

jar

Download spring-context-indexer 5.0.7.RELEASE


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