License |
License |
---|---|
Categories |
CategoriesMaven Build Tools |
GroupId | GroupIdcom.github.aistomin |
ArtifactId | ArtifactIdmaven-browser |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Browser
Java library which allows to search and browse the Maven artifacts.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
maven-browser-2.1.pom | |
maven-browser-2.1.jar | 15 KB |
maven-browser-2.1-sources.jar | 16 KB |
maven-browser-2.1-javadoc.jar | 82 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.aistomin/maven-browser/ -->
<dependency>
<groupId>com.github.aistomin</groupId>
<artifactId>maven-browser</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.aistomin/maven-browser/
implementation 'com.github.aistomin:maven-browser:2.1'
// https://jarcasting.com/artifacts/com.github.aistomin/maven-browser/
implementation ("com.github.aistomin:maven-browser:2.1")
'com.github.aistomin:maven-browser:jar:2.1'
<dependency org="com.github.aistomin" name="maven-browser" rev="2.1">
<artifact name="maven-browser" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.aistomin', module='maven-browser', version='2.1')
)
libraryDependencies += "com.github.aistomin" % "maven-browser" % "2.1"
[com.github.aistomin/maven-browser "2.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-io : commons-io | jar | 2.11.0 |
com.googlecode.json-simple : json-simple | jar | 1.1.1 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-api | jar | 5.9.0-M1 |
org.junit.jupiter : junit-jupiter-engine | jar | 5.9.0-M1 |