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

io.protostuff:protostuff-compiler 2.0.0-alpha12

Proto parser, code and documentation generator

Группа

Группа

io.protostuff
Идентификатор

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

protostuff-compiler
Версия

Версия

2.0.0-alpha12
Тип

Тип

pom

Скачать protostuff-compiler 2.0.0-alpha12

Имя Файла Размер
protostuff-compiler-2.0.0-alpha12.pom 10 KB
Обзор

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