is not current version
Last Version 1.0.0

io.seata:seata-codec-all 0.8.1


Categories

Categories

Seata Application Layer Libs Distributed Transactions
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-codec-all
Version

Version

0.8.1
Type

Type

jar

Download seata-codec-all 0.8.1


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