is not current version
Last Version 3.1.40

io.protostuff:protostuff-compiler 2.1.10

Proto parser, code and documentation generator

GroupId

GroupId

io.protostuff
ArtifactId

ArtifactId

protostuff-compiler
Version

Version

2.1.10
Type

Type

pom

Download protostuff-compiler 2.1.10


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