<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-javalite</artifactId>
<version>3.18.1</version>
<type>bundle</type>
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-javalite', version='3.18.1')
)