I have implementation 'mysql:mysql-connector-java' currently in my gradle.build.
And I look up in maven repository,it says mysql:mysql-connector-java have a complie dependency of com.google.protobuf:protobuf-java.
But if i execute gradle dependencies,this was shown:
So why there is no com.google.protobuf:protobuf-java after it??
