is not current version
Last Version 3.7.1-teavm2

io.chandler:protobuf-parent 3.7.1-teavm1

Protocol Buffers are a way of encoding structured data in an efficient yet extensible format. 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-parent
Version

Version

3.7.1-teavm1
Type

Type

pom

Download protobuf-parent 3.7.1-teavm1


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