is not current version
Last Version 2.1

tech.sirwellington.alchemy:alchemy-thrift 0.9.1

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.

GroupId

GroupId

tech.sirwellington.alchemy
ArtifactId

ArtifactId

alchemy-thrift
Version

Version

0.9.1
Type

Type

jar

Download alchemy-thrift 0.9.1


<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/ -->
<dependency>
    <groupId>tech.sirwellington.alchemy</groupId>
    <artifactId>alchemy-thrift</artifactId>
    <version>0.9.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/
implementation 'tech.sirwellington.alchemy:alchemy-thrift:0.9.1'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/
implementation ("tech.sirwellington.alchemy:alchemy-thrift:0.9.1")
'tech.sirwellington.alchemy:alchemy-thrift:jar:0.9.1'
<dependency org="tech.sirwellington.alchemy" name="alchemy-thrift" rev="0.9.1">
  <artifact name="alchemy-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-thrift', version='0.9.1')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-thrift" % "0.9.1"
[tech.sirwellington.alchemy/alchemy-thrift "0.9.1"]