blockchain/api-v1-client-java

repository url not available

persononomo opened this issue · 1 comments

this repository url not available. I use gradle
repositories {
maven {
url = 'https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo'
}
}
What url is right?

What do you mean by not available?

Using

repositories {
    maven { url "https://raw.githubusercontent.com/blockchain/api-v1-client-java/mvn-repo/" }
}

and

dependencies {
        compile group: 'info.blockchain', name: 'api', version: '1.1.4'
}

does work locally for me.

What is the error message you are getting?