Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add hint to the guide to include 'bintary jcenter' into pom.xml in tag repository #2

Closed
Naoghuman opened this issue May 1, 2016 · 0 comments

Comments

@Naoghuman
Copy link

Naoghuman commented May 1, 2016

Hi Andreas,

like I said in twitter I was a little confuse as I tried to inject the library through maven central in my maven project. With your help I was able to fix my pom with:

<repositories>
  <repository>
    <id>central</id>
    <name>bintray</name>
    <url>http://jcenter.bintray.com</url>
  </repository>
</repositories>

As I see you have a fantastic guide for your project, so I think it would be a good idea to extend the guide about this informations. What do you mean?

Greetings
Peter

@aalmiray aalmiray changed the title Add hit to the guide to include 'bintary jcenter' into pom.xml in tag repository Add hint to the guide to include 'bintary jcenter' into pom.xml in tag repository May 1, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant