is not current version
Last Version 2.1

com.github.aistomin:maven-browser 1.3

Java library which allows to search and browse the Maven artifacts.

Categories

Categories

Maven Build Tools
GroupId

GroupId

com.github.aistomin
ArtifactId

ArtifactId

maven-browser
Version

Version

1.3
Type

Type

jar

Download maven-browser 1.3


<!-- https://jarcasting.com/artifacts/com.github.aistomin/maven-browser/ -->
<dependency>
    <groupId>com.github.aistomin</groupId>
    <artifactId>maven-browser</artifactId>
    <version>1.3</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aistomin/maven-browser/
implementation 'com.github.aistomin:maven-browser:1.3'
// https://jarcasting.com/artifacts/com.github.aistomin/maven-browser/
implementation ("com.github.aistomin:maven-browser:1.3")
'com.github.aistomin:maven-browser:jar:1.3'
<dependency org="com.github.aistomin" name="maven-browser" rev="1.3">
  <artifact name="maven-browser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aistomin', module='maven-browser', version='1.3')
)
libraryDependencies += "com.github.aistomin" % "maven-browser" % "1.3"
[com.github.aistomin/maven-browser "1.3"]