is not current version
Last Version 2.1

com.github.aistomin:maven-browser 0.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

0.1
Type

Type

jar

Download maven-browser 0.1


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