Problem in Using Multiple Maven Repositories in Gradle

That’s still not the full error message.

Your ‘maven()’ block is wrong.

It should be:

maven {
  url "http://maven.ow2.org/maven2/"
  // …
}