is not current version
Last Version 1.8.0

io.protostuff:protostuff-core 1.7.2

protobuf serialization for mutable messages

GroupId

GroupId

io.protostuff
ArtifactId

ArtifactId

protostuff-core
Version

Version

1.7.2
Type

Type

jar

Download protostuff-core 1.7.2


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