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