is not current version
Last Version 1.5.1.1

io.seata:seata-serializer-protobuf 1.2.0


Categories

Categories

Protobuf Data Data Structures Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-serializer-protobuf
Version

Version

1.2.0
Type

Type

jar

Download seata-serializer-protobuf 1.2.0


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