File | Operation |
---|---|
protobuf-parent-3.11.1.pom | download |
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>3.11.1</version>
<type>pom</type>
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-parent', version='3.11.1')
)