is not current version
Last Version 1.8.0

io.protostuff:protostuff-core 1.5.9

protobuf serialization for mutable messages

GroupId

GroupId

io.protostuff
ArtifactId

ArtifactId

protostuff-core
Version

Version

1.5.9
Type

Type

jar

Download protostuff-core 1.5.9


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