zh-wang / YWeatherGetter4a

An Yahoo Weather API wrapper for android
99 stars 45 forks source link

Library available in maven? #19

Closed Maikell84 closed 9 years ago

Maikell84 commented 9 years ago

Hello,

Is this library available in Maven? If so, what URL do we have to put in the build.gradle file? If not, will it be? ;)

Best regards Michael

zh-wang commented 9 years ago

Not available in Maven yet. I really don't know how to put it on Maven. 2015/07/20 午後4:24 "Maikell84" notifications@github.com:

Hello,

Is this library available in Maven? If so, what URL do we have to put in the build.gradle file? If not, will it be? ;)

Best regards Michael

— Reply to this email directly or view it on GitHub https://github.com/zh-wang/YWeatherGetter4a/issues/19.

Maikell84 commented 9 years ago

Thank you for your answer. I found a way to include the repository in maven:

repositories {
    maven {
        url "https://jitpack.io"
    }
}
dependencies {
    compile 'com.github.zh-wang:YWeatherGetter4a:745367a404@aar'
}