is not current version
Last Version 4.0.0-rc-2

com.google.protobuf:protobuf-parent 3.18.2

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format.

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

com.google.protobuf
ArtifactId

ArtifactId

protobuf-parent
Version

Version

3.18.2
Type

Type

pom

Download protobuf-parent 3.18.2


<!-- https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/ -->
<dependency>
    <groupId>com.google.protobuf</groupId>
    <artifactId>protobuf-parent</artifactId>
    <version>3.18.2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/
implementation 'com.google.protobuf:protobuf-parent:3.18.2'
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/
implementation ("com.google.protobuf:protobuf-parent:3.18.2")
'com.google.protobuf:protobuf-parent:pom:3.18.2'
<dependency org="com.google.protobuf" name="protobuf-parent" rev="3.18.2">
  <artifact name="protobuf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-parent', version='3.18.2')
)
libraryDependencies += "com.google.protobuf" % "protobuf-parent" % "3.18.2"
[com.google.protobuf/protobuf-parent "3.18.2"]