t

thrift-serializer_2.12

Serialize thrift models into bytes
https://github.com/guardian/thrift-serializer
Apache-2.0
com.gu
guardian
Files download
File Operation
thrift-serializer_2.12-5.0.5.jar download
thrift-serializer_2.12-5.0.5.pom download
thrift-serializer_2.12-5.0.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.gu</groupId>
  <artifactId>thrift-serializer_2.12</artifactId>
  <version>5.0.5</version>
</dependency>
Gradle Groovy
implementation 'com.gu:thrift-serializer_2.12:5.0.5'
Gradle Kotlin
implementation("com.gu:thrift-serializer_2.12:5.0.5")
Scala SBT
libraryDependencies += "com.gu" % "thrift-serializer_2.12" % "5.0.5"
Groovy Grape
@Grapes(
  @Grab(group='com.gu', module='thrift-serializer_2.12', version='5.0.5')
)
Apache Ivy
<dependency org="com.gu" name="thrift-serializer_2.12" rev="5.0.5" />
Leiningen
[com.gu/thrift-serializer_2.12 "5.0.5"]
Apache Buildr
'com.gu:thrift-serializer_2.12:jar:5.0.5'