is not current version
Last Version 1.8.0

io.protostuff:protostuff 1.4.1

Java serialization library, proto compiler, code generator

GroupId

GroupId

io.protostuff
ArtifactId

ArtifactId

protostuff
Version

Version

1.4.1
Type

Type

pom

Download protostuff 1.4.1

Filename Size
protostuff-1.4.1.pom 13 KB
Browse

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