MVN

org.springframework : spring-context-indexer

Maven & Gradle

Jul 13, 2023
406 usages
55k stars

Spring Context Indexer · Spring Context Indexer

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context-indexer</artifactId>
    <version>6.0.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.springframework : spring-context-indexer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.0.11

All Versions

Choose a version of org.springframework : spring-context-indexer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.0.x
spring-context-indexer-6.0.11
spring-context-indexer-6.0.10
spring-context-indexer-6.0.9
spring-context-indexer-6.0.8
spring-context-indexer-6.0.7
spring-context-indexer-6.0.6
spring-context-indexer-6.0.5
spring-context-indexer-6.0.4
spring-context-indexer-6.0.3
spring-context-indexer-6.0.2
spring-context-indexer-6.0.1
spring-context-indexer-6.0.0
5.3.x
spring-context-indexer-5.3.29
spring-context-indexer-5.3.28
spring-context-indexer-5.3.27
spring-context-indexer-5.3.26
spring-context-indexer-5.3.25
spring-context-indexer-5.3.24
spring-context-indexer-5.3.23
spring-context-indexer-5.3.22
spring-context-indexer-5.3.21
spring-context-indexer-5.3.20
spring-context-indexer-5.3.19
spring-context-indexer-5.3.18
spring-context-indexer-5.3.17
spring-context-indexer-5.3.16
spring-context-indexer-5.3.15
spring-context-indexer-5.3.14
spring-context-indexer-5.3.13
spring-context-indexer-5.3.12
spring-context-indexer-5.3.11
spring-context-indexer-5.3.10
spring-context-indexer-5.3.9
spring-context-indexer-5.3.8
spring-context-indexer-5.3.7
spring-context-indexer-5.3.6
spring-context-indexer-5.3.5
spring-context-indexer-5.3.4
spring-context-indexer-5.3.3
spring-context-indexer-5.3.2
spring-context-indexer-5.3.1
spring-context-indexer-5.3.0
5.2.x
spring-context-indexer-5.2.25.RELEASE
spring-context-indexer-5.2.24.RELEASE
spring-context-indexer-5.2.23.RELEASE
spring-context-indexer-5.2.22.RELEASE
spring-context-indexer-5.2.21.RELEASE
spring-context-indexer-5.2.20.RELEASE
spring-context-indexer-5.2.19.RELEASE
spring-context-indexer-5.2.18.RELEASE
spring-context-indexer-5.2.17.RELEASE
spring-context-indexer-5.2.16.RELEASE
spring-context-indexer-5.2.15.RELEASE
spring-context-indexer-5.2.14.RELEASE
spring-context-indexer-5.2.13.RELEASE
spring-context-indexer-5.2.12.RELEASE
spring-context-indexer-5.2.11.RELEASE
spring-context-indexer-5.2.10.RELEASE
spring-context-indexer-5.2.9.RELEASE
spring-context-indexer-5.2.8.RELEASE
spring-context-indexer-5.2.7.RELEASE
spring-context-indexer-5.2.6.RELEASE
spring-context-indexer-5.2.5.RELEASE
spring-context-indexer-5.2.4.RELEASE
spring-context-indexer-5.2.3.RELEASE
spring-context-indexer-5.2.2.RELEASE
spring-context-indexer-5.2.1.RELEASE
spring-context-indexer-5.2.0.RELEASE
5.1.x
spring-context-indexer-5.1.20.RELEASE
spring-context-indexer-5.1.19.RELEASE
spring-context-indexer-5.1.18.RELEASE
spring-context-indexer-5.1.17.RELEASE
spring-context-indexer-5.1.16.RELEASE
spring-context-indexer-5.1.15.RELEASE
spring-context-indexer-5.1.14.RELEASE
spring-context-indexer-5.1.13.RELEASE
spring-context-indexer-5.1.12.RELEASE
spring-context-indexer-5.1.11.RELEASE
spring-context-indexer-5.1.10.RELEASE
spring-context-indexer-5.1.9.RELEASE
spring-context-indexer-5.1.8.RELEASE
spring-context-indexer-5.1.7.RELEASE
spring-context-indexer-5.1.6.RELEASE
spring-context-indexer-5.1.5.RELEASE
spring-context-indexer-5.1.4.RELEASE
spring-context-indexer-5.1.3.RELEASE
spring-context-indexer-5.1.2.RELEASE
spring-context-indexer-5.1.1.RELEASE
spring-context-indexer-5.1.0.RELEASE
5.0.x
spring-context-indexer-5.0.20.RELEASE
spring-context-indexer-5.0.19.RELEASE
spring-context-indexer-5.0.18.RELEASE
spring-context-indexer-5.0.17.RELEASE
spring-context-indexer-5.0.16.RELEASE
spring-context-indexer-5.0.15.RELEASE
spring-context-indexer-5.0.14.RELEASE
spring-context-indexer-5.0.13.RELEASE
spring-context-indexer-5.0.12.RELEASE
spring-context-indexer-5.0.11.RELEASE
spring-context-indexer-5.0.10.RELEASE
spring-context-indexer-5.0.9.RELEASE
spring-context-indexer-5.0.8.RELEASE
spring-context-indexer-5.0.7.RELEASE
spring-context-indexer-5.0.6.RELEASE
spring-context-indexer-5.0.5.RELEASE
spring-context-indexer-5.0.4.RELEASE
spring-context-indexer-5.0.3.RELEASE
spring-context-indexer-5.0.2.RELEASE
spring-context-indexer-5.0.1.RELEASE
spring-context-indexer-5.0.0.RELEASE

How to add a dependency to Maven

Add the following org.springframework : spring-context-indexer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.springframework</groupId>
    <artifactId>spring-context-indexer</artifactId>
    <version>6.0.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.springframework : spring-context-indexer gradle dependency to your build.gradle file:

implementation 'org.springframework:spring-context-indexer:6.0.11'

Gradle Kotlin DSL: Add the following org.springframework : spring-context-indexer gradle kotlin dependency to your build.gradle.kts file:

implementation("org.springframework:spring-context-indexer:6.0.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.springframework : spring-context-indexer sbt scala dependency to your build.sbt file:

libraryDependencies += "org.springframework" % "spring-context-indexer" % "6.0.11"

Advertisement

Dependencies from Group

Jul 13, 2023
10k usages
55k stars
Jul 13, 2023
7.3k usages
55k stars
Jul 13, 2023
6.6k usages
55k stars
Jul 13, 2023
6.4k usages
55k stars
Jul 13, 2023
5.2k usages
55k stars

Discover Dependencies

Aug 15, 2023
29 usages
1k stars
Feb 07, 2023
12 usages
211 stars
Jun 13, 2023
25 usages
Jan 12, 2018
13 usages
2.3k stars
Aug 13, 2019
18 usages
0 stars
Jul 14, 2022
12 usages
Feb 11, 2023
13 usages
152 stars
Feb 25, 2020
12 usages
735 stars