<dependency>
<groupId>org.apache.maven.indexer</groupId>
<artifactId>indexer-examples-spring</artifactId>
<version>7.0.0</version>
</dependency>
@Grapes(
@Grab(group='org.apache.maven.indexer', module='indexer-examples-spring', version='7.0.0')
)
<parent> <groupId>org.apache.maven.indexer</groupId> <artifactId>maven-indexer-examples</artifactId> <version>7.0.0</version> </parent>
compile
|-- javax.annotation:javax.annotation-api:1.2
|-- org.apache.maven.indexer:indexer-core
|-- org.eclipse.sisu:org.eclipse.sisu.inject
|-- org.springframework:spring-beans:5.3.23
|-- org.springframework:spring-context:5.3.23
|-- org.springframework:spring-core:5.3.23
test
|-- org.apache.maven:maven-model-builder
|-- org.springframework:spring-test:5.3.23
|-- junit:junit