License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.google.protobuf |
ArtifactId | ArtifactIdprotobuf-parent |
Last Version | Last Version4.0.0-rc-2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionProtocol Buffers [Parent]
Protocol Buffers are a way of encoding structured data in an efficient yet
extensible format.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
protobuf-parent-4.0.0-rc-2.pom | 7 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/ -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-parent</artifactId>
<version>4.0.0-rc-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/
implementation 'com.google.protobuf:protobuf-parent:4.0.0-rc-2'
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-parent/
implementation ("com.google.protobuf:protobuf-parent:4.0.0-rc-2")
'com.google.protobuf:protobuf-parent:pom:4.0.0-rc-2'
<dependency org="com.google.protobuf" name="protobuf-parent" rev="4.0.0-rc-2">
<artifact name="protobuf-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-parent', version='4.0.0-rc-2')
)
libraryDependencies += "com.google.protobuf" % "protobuf-parent" % "4.0.0-rc-2"
[com.google.protobuf/protobuf-parent "4.0.0-rc-2"]