mvnrepository

Client for mvnrepository.com

Лицензия

Лицензия

Категории

Категории

CLI Взаимодействие с пользователем
Группа

Группа

com.github.devcsrj
Идентификатор

Идентификатор

mvnrepository-api-client
Последняя версия

Последняя версия

1.1.1
Дата

Дата

Тип

Тип

jar
Описание

Описание

mvnrepository
Client for mvnrepository.com
Ссылка на сайт

Ссылка на сайт

https://github.com/devcsrj/mvnrepository-client
Система контроля версий

Система контроля версий

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

Скачать mvnrepository-api-client

Как подключить последнюю версию

<!-- 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"]

Зависимости

compile (5)

Идентификатор библиотеки Тип Версия
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)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.11
com.squareup.okhttp3 : mockwebserver jar 3.8.0
org.jetbrains.kotlin : kotlin-test jar 1.2.30

Модули Проекта

Данный проект не имеет модулей.

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.

Версии библиотеки

Версия
1.1.1
1.1.0
1.0.0