m

maven-browser

Java library which allows to search and browse the Maven artifacts.
https://github.com/aistomin/maven-browser
The Apache License, Version 2.0
Andrei Istomin
Files download
File Operation
maven-browser-4.0.jar download
maven-browser-4.0.pom download
maven-browser-4.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.aistomin</groupId>
  <artifactId>maven-browser</artifactId>
  <version>4.0</version>
</dependency>
Gradle Groovy
implementation 'com.github.aistomin:maven-browser:4.0'
Gradle Kotlin
implementation("com.github.aistomin:maven-browser:4.0")
Scala SBT
libraryDependencies += "com.github.aistomin" % "maven-browser" % "4.0"
Groovy Grape
@Grapes(
  @Grab(group='com.github.aistomin', module='maven-browser', version='4.0')
)
Apache Ivy
<dependency org="com.github.aistomin" name="maven-browser" rev="4.0" />
Leiningen
[com.github.aistomin/maven-browser "4.0"]
Apache Buildr
'com.github.aistomin:maven-browser:jar:4.0'