is not current version
Last Version 3.1.40

io.protostuff:protostuff-compiler 1.6.0

compiler for .proto files (java/gwt/etc output)

GroupId

GroupId

io.protostuff
ArtifactId

ArtifactId

protostuff-compiler
Version

Version

1.6.0
Type

Type

jar

Download protostuff-compiler 1.6.0


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