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 to Maven #7

Closed
gaudecker opened this issue Apr 2, 2014 · 6 comments
Closed

Add to Maven #7

gaudecker opened this issue Apr 2, 2014 · 6 comments

Comments

@gaudecker
Copy link

It would be helpful to just add the dependency from Maven.

@gkcgautam
Copy link

👍

@BenGroot
Copy link

Is it in Maven yet?

@neopixl
Copy link
Collaborator

neopixl commented Feb 4, 2015

Hi Ben,

not yet. I will try to look at it next week.

regards,

@ararog
Copy link

ararog commented Feb 16, 2015

I was about to request gradle support, but once it is on maven it will be simple to use on gradle build script too and make PixUI more Android Studio friendly.

You can get more info on how to publish to jcenter here and for maven central here.

@odemolliens
Copy link
Contributor

Maven Setup

Add Repository

<repository>
        <id>jitpack.io</id>
        <url>https://jitpack.io</url>
    </repository>

Add Dependency:

    <dependency>
        <groupId>com.github.neopixl</groupId>
        <artifactId>PixlUI</artifactId>
        <version>v1.0.5</version>
    </dependency>

@BenGroot
Copy link

Awesome guys, Thanks!

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

5 participants