<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-indexer</artifactId>
<version>5.2.22.RELEASE</version>
</dependency>
libraryDependencies += "org.springframework" % "spring-context-indexer" % "5.2.22.RELEASE"
@Grapes(
@Grab(group='org.springframework', module='spring-context-indexer', version='5.2.22.RELEASE')
)
<dependency org="org.springframework" name="spring-context-indexer" rev="5.2.22.RELEASE" />