s

seata-serializer-protobuf

serializer-protobuf for Seata built with Maven
https://seata.io
Apache License, Version 2.0
Seata
Seata
Files download
File Operation
seata-serializer-protobuf-1.7.0.jar download
seata-serializer-protobuf-1.7.0.pom download
seata-serializer-protobuf-1.7.0-sources.jar download
Apache Maven
<dependency>
  <groupId>io.seata</groupId>
  <artifactId>seata-serializer-protobuf</artifactId>
  <version>1.7.0</version>
</dependency>
Gradle Groovy
implementation 'io.seata:seata-serializer-protobuf:1.7.0'
Gradle Kotlin
implementation("io.seata:seata-serializer-protobuf:1.7.0")
Scala SBT
libraryDependencies += "io.seata" % "seata-serializer-protobuf" % "1.7.0"
Groovy Grape
@Grapes(
  @Grab(group='io.seata', module='seata-serializer-protobuf', version='1.7.0')
)
Apache Ivy
<dependency org="io.seata" name="seata-serializer-protobuf" rev="1.7.0" />
Leiningen
[io.seata/seata-serializer-protobuf "1.7.0"]
Apache Buildr
'io.seata:seata-serializer-protobuf:jar:1.7.0'