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

Publish SDK to jCenter/Maven Central #1

Open
bantonsson opened this issue Oct 1, 2015 · 1 comment
Open

Publish SDK to jCenter/Maven Central #1

bantonsson opened this issue Oct 1, 2015 · 1 comment

Comments

@bantonsson
Copy link

Hi,
It would be great if the SDK was published to jCenter and/or Maven Central, so one doesn't need to add a new bintray resolver to use the artifacts.

@timveil
Copy link
Contributor

timveil commented Jun 18, 2018

you can add the following repo to your maven pom.xml...

<repositories>
    <repository>
        <id>bintray-takipi-maven</id>
        <url>https://dl.bintray.com/takipi/maven</url>
    </repository>
</repositories>

Then specify the dependency like this in maven...

<dependency>
    <groupId>com.takipi</groupId>
    <artifactId>takipi-sdk</artifactId>
    <version>0.2.0</version>
</dependency>

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

2 participants