GithubHelp home page GithubHelp logo

devcsrj / mvnrepository-client Goto Github PK

View Code? Open in Web Editor NEW
23.0 2.0 11.0 214 KB

📦Client for querying artifacts from http://mvnrepository.com/

License: Apache License 2.0

Kotlin 13.68% HTML 86.32%
maven library client java artifacts repository

mvnrepository-client's Introduction

mvnrepository | Client

Java CI Maven Central License Buy Me A Coffee

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.

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.

mvnrepository-client's People

Contributors

dependabot[bot] avatar devcsrj avatar kkuez avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

mvnrepository-client's Issues

mvnrepository-project isn't published!

Hi!

Your client depend on parent artifact mvnrepository-project which isn't published on central maven repository.

Following problem arises when I try to use your client as a dependency on Gradle project:

Could not find com.github.devcsrj:mvnrepository-project:1.0.0.
Searched in the following locations:
  - https://jcenter.bintray.com/com/github/devcsrj/mvnrepository-project/1.0.0/mvnrepository-project-1.0.0.pom
  - https://jcenter.bintray.com/com/github/devcsrj/mvnrepository-project/1.0.0/mvnrepository-project-1.0.0.jar

Dependency due to jcenter not available anymore (Memoization)

You are using the following library in your pom.xml:

<dependency>
    <groupId>org.funktionale</groupId>
    <artifactId>funktionale-memoization</artifactId>
    <version>1.2</version>
</dependency>

1.2 is only available in jCenter and jCenter was recently shutdown (https://mvnrepository.com/artifact/org.funktionale/funktionale-memoization/1.2)

I would like to know if you plan to fix this issue? I would like to use your library in my project. Thank you!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.