s

seata-serializer-protobuf

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