a

alchemy-thrift

Part of the Alchemy Collection. Makes it Simple to work with Thrift in Java. Saves you from writing boiler-plate code, such as management of Clients, and serialization of Thrift Objects. This library also demonstrates how to incorporate thrift with maven, for incorporation into your continuous delivery and distribution of your thrift schemas.
https://github.com/SirWellington/alchemy-thrift
Files download
File Operation
alchemy-thrift-2.1.jar download
alchemy-thrift-2.1.pom download
alchemy-thrift-2.1-sources.jar download
Apache Maven
<dependency>
  <groupId>tech.sirwellington.alchemy</groupId>
  <artifactId>alchemy-thrift</artifactId>
  <version>2.1</version>
</dependency>
Gradle Groovy
implementation 'tech.sirwellington.alchemy:alchemy-thrift:2.1'
Gradle Kotlin
implementation("tech.sirwellington.alchemy:alchemy-thrift:2.1")
Scala SBT
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-thrift" % "2.1"
Groovy Grape
@Grapes(
  @Grab(group='tech.sirwellington.alchemy', module='alchemy-thrift', version='2.1')
)
Apache Ivy
<dependency org="tech.sirwellington.alchemy" name="alchemy-thrift" rev="2.1" />
Leiningen
[tech.sirwellington.alchemy/alchemy-thrift "2.1"]
Apache Buildr
'tech.sirwellington.alchemy:alchemy-thrift:jar:2.1'