is not current version
Last Version 2.1

com.github.aistomin:maven-browser 1.0

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

Type

jar

Download maven-browser 1.0


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