Skip to content
This repository has been archived by the owner on May 22, 2019. It is now read-only.

Distribute the library #13

Closed
andersonkxiass opened this issue Dec 25, 2014 · 2 comments
Closed

Distribute the library #13

andersonkxiass opened this issue Dec 25, 2014 · 2 comments

Comments

@andersonkxiass
Copy link

Hello,

I'm working on a project where we use gradle to manage dependencies, which the possibility of obtaining jawampa via gradle?

thank you!

@mlewe
Copy link

mlewe commented Dec 25, 2014

Just use the provided repository:

repositories {
    mavenCentral()
    maven {
        url 'https://raw.github.com/Matthias247/jawampa/mvn-repo/'
    }
}

and add the dependency

dependencies {
    compile 'ws.wamp.jawampa:jawampa:0.1.2'
}

@andersonkxiass
Copy link
Author

Thank you alot!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants