не последняя версия
Последняя версия 0.2.0

sk.uniq.protobuf:protobuf-parser 0.1.0

Java parser for Protocol Buffers

Категории

Категории

Protobuf Данные Data Structures
Группа

Группа

sk.uniq.protobuf
Идентификатор

Идентификатор

protobuf-parser
Версия

Версия

0.1.0
Тип

Тип

jar

Скачать 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"]