License |
License |
---|---|
Categories |
CategoriesDex General Purpose Libraries Utility |
GroupId | GroupIdorg.springframework |
ArtifactId | ArtifactIdspring-context-indexer |
Last Version | Last Version5.3.21 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpring Context Indexer
Spring Context Indexer
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/org.springframework/spring-context-indexer/ -->
<dependency>
<groupId>org.springframework</groupId>
<artifactId>spring-context-indexer</artifactId>
<version>5.3.21</version>
</dependency>
// https://jarcasting.com/artifacts/org.springframework/spring-context-indexer/
implementation 'org.springframework:spring-context-indexer:5.3.21'
// https://jarcasting.com/artifacts/org.springframework/spring-context-indexer/
implementation ("org.springframework:spring-context-indexer:5.3.21")
'org.springframework:spring-context-indexer:jar:5.3.21'
<dependency org="org.springframework" name="spring-context-indexer" rev="5.3.21">
<artifact name="spring-context-indexer" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.springframework', module='spring-context-indexer', version='5.3.21')
)
libraryDependencies += "org.springframework" % "spring-context-indexer" % "5.3.21"
[org.springframework/spring-context-indexer "5.3.21"]