<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java-util</artifactId>
<version>3.11.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-java-util', version='3.11.1')
)
<parent> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-parent</artifactId> <version>3.11.1</version> </parent>
compile
|-- com.google.protobuf:protobuf-java
|-- com.google.errorprone:error_prone_annotations:2.3.3
|-- com.google.code.gson:gson:2.8.6
|-- junit:junit
|-- org.easymock:easymockclassextension
test