License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdcom.google.protobuf |
ArtifactId | ArtifactIdprotobuf-bom |
Last Version | Last Version4.0.0-rc-2 |
Release Date | Release Date |
Type | Typepom |
Description |
DescriptionProtocol Buffers [BOM]
A compatible set of open source libraries for working with protocol buffers.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
protobuf-bom-4.0.0-rc-2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.google.protobuf/protobuf-bom/ -->
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-bom</artifactId>
<version>4.0.0-rc-2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-bom/
implementation 'com.google.protobuf:protobuf-bom:4.0.0-rc-2'
// https://jarcasting.com/artifacts/com.google.protobuf/protobuf-bom/
implementation ("com.google.protobuf:protobuf-bom:4.0.0-rc-2")
'com.google.protobuf:protobuf-bom:pom:4.0.0-rc-2'
<dependency org="com.google.protobuf" name="protobuf-bom" rev="4.0.0-rc-2">
<artifact name="protobuf-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.google.protobuf', module='protobuf-bom', version='4.0.0-rc-2')
)
libraryDependencies += "com.google.protobuf" % "protobuf-bom" % "4.0.0-rc-2"
[com.google.protobuf/protobuf-bom "4.0.0-rc-2"]