is not current version
Last Version 2.1

com.github.aistomin:maven-browser 1.4

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.4
Type

Type

jar

Download maven-browser 1.4


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