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