mvnrepository

Client for mvnrepository.com

License

License

Categories

Categories

CLI User Interface
GroupId

GroupId

com.github.devcsrj
ArtifactId

ArtifactId

mvnrepository-api-client
Last Version

Last Version

1.1.1
Release Date

Release Date

Type

Type

jar
Description

Description

mvnrepository
Client for mvnrepository.com
Project URL

Project URL

https://github.com/devcsrj/mvnrepository-client
Source Code Management

Source Code Management

https://github.com/devcsrj/mvnrepository-client.git

Download mvnrepository-api-client

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
org.jetbrains.kotlin : kotlin-stdlib-jdk8 jar 1.2.30
org.jetbrains.kotlin : kotlin-reflect jar 1.2.30
org.slf4j : slf4j-api jar 1.7.25
pl.droidsonroids.retrofit2 : converter-jspoon jar 1.2.2
org.funktionale » funktionale-memoization jar 1.2

test (3)

Group / Artifact Type Version
org.testng : testng jar 6.11
com.squareup.okhttp3 : mockwebserver jar 3.8.0
org.jetbrains.kotlin : kotlin-test jar 1.2.30

Project Modules

There are no modules declared in this project.

mvnrepository | Client

Build Status License

This project provides a client for accessing data from mvnrepository - a site that indexes artifacts for Maven.

Download

Grab via Maven:

<dependency>
    <groupId>com.github.devcsrj</groupId>
    <artifactId>mvnrepository-api-client</artifactId>
    <version>${mvnrepo.version}</version>
</dependency>

or Gradle:

compile 'com.github.devcsrj:mvnrepository-api-client:${mvnrepo.version}'

Usage

Create an instance using the factory method create:

MvnRepositoryApi api = MvnRepositoryApi.create();
Page<ArtifactEntry> page = api.search("reactor-core");

The above client defaults to https://mvnrepository.com.

For a CLI tool, checkout jarl.

License

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

   http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

Versions

Version
1.1.1
1.1.0
1.0.0