License |
License |
---|---|
GroupId | GroupIdtech.sirwellington.alchemy |
ArtifactId | ArtifactIdalchemy-thrift |
Last Version | Last Version2.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionalchemy-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.
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Filename | Size |
---|---|
alchemy-thrift-2.1.pom | |
alchemy-thrift-2.1.jar | 89 KB |
alchemy-thrift-2.1-sources.jar | 25 KB |
alchemy-thrift-2.1-javadoc.jar | 501 KB |
Browse |
<!-- https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/ -->
<dependency>
<groupId>tech.sirwellington.alchemy</groupId>
<artifactId>alchemy-thrift</artifactId>
<version>2.1</version>
</dependency>
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/
implementation 'tech.sirwellington.alchemy:alchemy-thrift:2.1'
// https://jarcasting.com/artifacts/tech.sirwellington.alchemy/alchemy-thrift/
implementation ("tech.sirwellington.alchemy:alchemy-thrift:2.1")
'tech.sirwellington.alchemy:alchemy-thrift:jar:2.1'
<dependency org="tech.sirwellington.alchemy" name="alchemy-thrift" rev="2.1">
<artifact name="alchemy-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='tech.sirwellington.alchemy', module='alchemy-thrift', version='2.1')
)
libraryDependencies += "tech.sirwellington.alchemy" % "alchemy-thrift" % "2.1"
[tech.sirwellington.alchemy/alchemy-thrift "2.1"]
Group / Artifact | Type | Version |
---|---|---|
tech.sirwellington.alchemy : alchemy-annotations | jar | 2.1.2 |
org.slf4j : slf4j-api | jar | 1.7.25 |
org.apache.thrift : libthrift | jar | 0.11.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |
org.mockito : mockito-core | jar | 2.19.0 |
org.hamcrest : hamcrest-library | jar | 1.3 |
tech.sirwellington.alchemy : alchemy-test | jar | 2.2.2 |