<dependency> <groupId>com.google.protobuf</groupId> <artifactId>protobuf-bom</artifactId> <version>4.27.1</version> <type>pom</type> </dependency>
implementation 'com.google.protobuf:protobuf-bom:4.27.1'
implementation("com.google.protobuf:protobuf-bom:4.27.1")
libraryDependencies += "com.google.protobuf" % "protobuf-bom" % "4.27.1"
@Grapes( @Grab(group='com.google.protobuf', module='protobuf-bom', version='4.27.1') )
<dependency org="com.google.protobuf" name="protobuf-bom" rev="4.27.1" />
[com.google.protobuf/protobuf-bom "4.27.1"]
'com.google.protobuf:protobuf-bom:jar:4.27.1'