m

maven-indexer

The maven-indexer project is used by VersionEye to download, read and iterate Maven indexes from Maven repository servers. This project is part of the VersionEye crawling framework.
https://www.versioneye.com
MIT
Robert Reiz
Files download
File Operation
maven-indexer-1.1.5.jar download
maven-indexer-1.1.5.pom download
maven-indexer-1.1.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.versioneye</groupId>
  <artifactId>maven-indexer</artifactId>
  <version>1.1.5</version>
  <type>maven-plugin</type>
</dependency>
Gradle Groovy
implementation 'com.versioneye:maven-indexer:1.1.5'
Gradle Kotlin
implementation("com.versioneye:maven-indexer:1.1.5")
Scala SBT
libraryDependencies += "com.versioneye" % "maven-indexer" % "1.1.5"
Groovy Grape
@Grapes(
  @Grab(group='com.versioneye', module='maven-indexer', version='1.1.5')
)
Apache Ivy
<dependency org="com.versioneye" name="maven-indexer" rev="1.1.5" />
Leiningen
[com.versioneye/maven-indexer "1.1.5"]
Apache Buildr
'com.versioneye:maven-indexer:jar:1.1.5'