is not current version
Last Version 1.8.0

io.protostuff:protostuff 1.3.4

Java serialization library, proto compiler, code generator

GroupId

GroupId

io.protostuff
ArtifactId

ArtifactId

protostuff
Version

Version

1.3.4
Type

Type

pom

Download protostuff 1.3.4

Filename Size
protostuff-1.3.4.pom 14 KB
Browse

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