MVN

org.jboss.windup.org.apache.maven.indexer : maven-indexer

Maven & Gradle

Aug 22, 2015

Maven-Indexer · Apache Maven Indexer (former Sonatype Nexus Indexer) is the defacto standard for producing indexes of Maven repositories. The Indexes are produced and consumed by all major tools in the ecosystem.

<dependency>
    <groupId>org.jboss.windup.org.apache.maven.indexer</groupId>
    <artifactId>maven-indexer</artifactId>
    <version>7.0.WINDUP</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jboss.windup.org.apache.maven.indexer : maven-indexer to add to Maven - Latest Versions:

  • Latest Stable: 7.0.WINDUP

All Versions

Choose a version of org.jboss.windup.org.apache.maven.indexer : maven-indexer to add to Maven - All Versions:

Version Vulnerabilities Updated
7.0.x
maven-indexer-7.0.WINDUP

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>org.jboss.windup.org.apache.maven.indexer</groupId>
    <artifactId>maven-indexer</artifactId>
    <version>7.0.WINDUP</version>
</dependency>