Categories |
CategoriesSeata Application Layer Libs Distributed Transactions |
---|---|
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-codec-all |
Version | Version0.9.0.1 |
Type | Typejar |
Filename | Size |
---|---|
seata-codec-all-0.9.0.1.pom | |
seata-codec-all-0.9.0.1.jar | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-codec-all/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-codec-all</artifactId>
<version>0.9.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-codec-all/
implementation 'io.seata:seata-codec-all:0.9.0.1'
// https://jarcasting.com/artifacts/io.seata/seata-codec-all/
implementation ("io.seata:seata-codec-all:0.9.0.1")
'io.seata:seata-codec-all:jar:0.9.0.1'
<dependency org="io.seata" name="seata-codec-all" rev="0.9.0.1">
<artifact name="seata-codec-all" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-codec-all', version='0.9.0.1')
)
libraryDependencies += "io.seata" % "seata-codec-all" % "0.9.0.1"
[io.seata/seata-codec-all "0.9.0.1"]