Categories |
CategoriesSeata Application Layer Libs Distributed Transactions gRPC Net Networking |
---|---|
GroupId | GroupIdio.seata |
ArtifactId | ArtifactIdseata-grpc |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
seata-grpc-1.0.0.pom | |
seata-grpc-1.0.0.jar | 8 KB |
seata-grpc-1.0.0-sources.jar | 4 KB |
seata-grpc-1.0.0-javadoc.jar | 54 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.seata/seata-grpc/ -->
<dependency>
<groupId>io.seata</groupId>
<artifactId>seata-grpc</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.seata/seata-grpc/
implementation 'io.seata:seata-grpc:1.0.0'
// https://jarcasting.com/artifacts/io.seata/seata-grpc/
implementation ("io.seata:seata-grpc:1.0.0")
'io.seata:seata-grpc:jar:1.0.0'
<dependency org="io.seata" name="seata-grpc" rev="1.0.0">
<artifact name="seata-grpc" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.seata', module='seata-grpc', version='1.0.0')
)
libraryDependencies += "io.seata" % "seata-grpc" % "1.0.0"
[io.seata/seata-grpc "1.0.0"]