ReactiveCouchbase / ReactiveCouchbase-core

Core library for ReactiveCouchbase
Apache License 2.0
64 stars 28 forks source link

Error 400 raw github repository #78

Closed devcdcc closed 5 years ago

devcdcc commented 8 years ago

Hi, i am trying to download the reactivcouchbase to my gradle project.

repositories { maven { url 'https://raw.github.com/ReactiveCouchbase/repository/master/releases/' } mavenCentral() }

dependencies {

compile "org.scala-lang:scala-library:2.11.8"
compile "org.scala-lang:scala-compiler:2.11.8"
compile "org.reactivecouchbase:reactivecouchbase-core:0.3"
testCompile group: 'junit', name: 'junit', version: '4.10'

} I think was an gradle error, but no. When i try to open this on my browser i receive this error:

400: Invalid

Anyone can helpme, please? Thanks.