is not current version
Last Version 1.5.1.1

io.seata:seata-grpc 0.9.0.1


Categories

Categories

Seata Application Layer Libs Distributed Transactions gRPC Net Networking
GroupId

GroupId

io.seata
ArtifactId

ArtifactId

seata-grpc
Version

Version

0.9.0.1
Type

Type

jar

Download seata-grpc 0.9.0.1


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