Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

repository url not available #46

Open
persononomo opened this issue Dec 28, 2017 · 1 comment
Open

repository url not available #46

persononomo opened this issue Dec 28, 2017 · 1 comment

Comments

@persononomo
Copy link

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?

@alecalve
Copy link

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?

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