is not current version
Last Version 3.7.1-teavm2

io.chandler:protobuf-bom 3.7.1-teavm1

A compatible set of open source libraries for working with protocol buffers. This fork removes optimization features that cause incompatibility with the TeaVM runtime.

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

io.chandler
ArtifactId

ArtifactId

protobuf-bom
Version

Version

3.7.1-teavm1
Type

Type

pom

Download protobuf-bom 3.7.1-teavm1


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