is not current version
Last Version 0.2.0

sk.uniq.protobuf:protobuf-parser 0.1.0

Java parser for Protocol Buffers

Categories

Categories

Protobuf Data Data Structures
GroupId

GroupId

sk.uniq.protobuf
ArtifactId

ArtifactId

protobuf-parser
Version

Version

0.1.0
Type

Type

jar

Download protobuf-parser 0.1.0


<!-- https://jarcasting.com/artifacts/sk.uniq.protobuf/protobuf-parser/ -->
<dependency>
    <groupId>sk.uniq.protobuf</groupId>
    <artifactId>protobuf-parser</artifactId>
    <version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/sk.uniq.protobuf/protobuf-parser/
implementation 'sk.uniq.protobuf:protobuf-parser:0.1.0'
// https://jarcasting.com/artifacts/sk.uniq.protobuf/protobuf-parser/
implementation ("sk.uniq.protobuf:protobuf-parser:0.1.0")
'sk.uniq.protobuf:protobuf-parser:jar:0.1.0'
<dependency org="sk.uniq.protobuf" name="protobuf-parser" rev="0.1.0">
  <artifact name="protobuf-parser" type="jar" />
</dependency>
@Grapes(
@Grab(group='sk.uniq.protobuf', module='protobuf-parser', version='0.1.0')
)
libraryDependencies += "sk.uniq.protobuf" % "protobuf-parser" % "0.1.0"
[sk.uniq.protobuf/protobuf-parser "0.1.0"]