is not current version
Last Version 1.2.0

io.github.stefan-ka:protobufgen 1.1.0

A Java Library to Generate/Serialize Protocol Buffer Files (*.proto files)

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

io.github.stefan-ka
ArtifactId

ArtifactId

protobufgen
Version

Version

1.1.0
Type

Type

pom

Download protobufgen 1.1.0


<!-- https://jarcasting.com/artifacts/io.github.stefan-ka/protobufgen/ -->
<dependency>
    <groupId>io.github.stefan-ka</groupId>
    <artifactId>protobufgen</artifactId>
    <version>1.1.0</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.github.stefan-ka/protobufgen/
implementation 'io.github.stefan-ka:protobufgen:1.1.0'
// https://jarcasting.com/artifacts/io.github.stefan-ka/protobufgen/
implementation ("io.github.stefan-ka:protobufgen:1.1.0")
'io.github.stefan-ka:protobufgen:pom:1.1.0'
<dependency org="io.github.stefan-ka" name="protobufgen" rev="1.1.0">
  <artifact name="protobufgen" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.github.stefan-ka', module='protobufgen', version='1.1.0')
)
libraryDependencies += "io.github.stefan-ka" % "protobufgen" % "1.1.0"
[io.github.stefan-ka/protobufgen "1.1.0"]