License |
License |
---|---|
Categories |
CategoriesProtobuf Data Data Structures |
GroupId | GroupIdio.chandler |
ArtifactId | ArtifactIdprotobuf-bom |
Version | Version3.7.1-teavm2 |
Type | Typepom |
Description |
DescriptionProtocol Buffers [BOM]
A compatible set of open source libraries for working with protocol buffers.
This fork removes optimization features that cause incompatibility with the TeaVM runtime.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
protobuf-bom-3.7.1-teavm2.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.chandler/protobuf-bom/ -->
<dependency>
<groupId>io.chandler</groupId>
<artifactId>protobuf-bom</artifactId>
<version>3.7.1-teavm2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.chandler/protobuf-bom/
implementation 'io.chandler:protobuf-bom:3.7.1-teavm2'
// https://jarcasting.com/artifacts/io.chandler/protobuf-bom/
implementation ("io.chandler:protobuf-bom:3.7.1-teavm2")
'io.chandler:protobuf-bom:pom:3.7.1-teavm2'
<dependency org="io.chandler" name="protobuf-bom" rev="3.7.1-teavm2">
<artifact name="protobuf-bom" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.chandler', module='protobuf-bom', version='3.7.1-teavm2')
)
libraryDependencies += "io.chandler" % "protobuf-bom" % "3.7.1-teavm2"
[io.chandler/protobuf-bom "3.7.1-teavm2"]