If your Gradle project depends on EchoSVG, you can use this project's own Maven repository in a repositories section of your build file (build.gradle or other):
please use that repository only for the artifact groups that it supplies (basically those listed in the above includeGroup statements).
Then you can list the dependencies, for example:
where echosvgVersion would be defined in a gradle.properties file.