is not current version
Last Version 2.1

com.github.aistomin:maven-browser 1.1

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

Type

jar

Download maven-browser 1.1


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