jar

tech.sirwellington.alchemy : alchemy-thrift

Maven & Gradle

Jun 26, 2018
19 usages
1 stars

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.

Table Of Contents

Latest Version

Download tech.sirwellington.alchemy : alchemy-thrift JAR file - Latest Versions:

All Versions

Download tech.sirwellington.alchemy : alchemy-thrift JAR file - All Versions:

Version Vulnerabilities Size Updated
2.1
2.0
1.0
0.9.x
0.9

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window alchemy-thrift-2.1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

tech.sirwellington.alchemy.thrift.clients

├─ tech.sirwellington.alchemy.thrift.clients.Clients.class - [JAR]

tech.sirwellington.alchemy.thrift.operations

├─ tech.sirwellington.alchemy.thrift.operations.ThriftOperation.class - [JAR]

sir.wellington.alchemy.thrift.generated

├─ sir.wellington.alchemy.thrift.generated.Android.class - [JAR]

├─ sir.wellington.alchemy.thrift.generated.Iphone.class - [JAR]

├─ sir.wellington.alchemy.thrift.generated.Phone.class - [JAR]

├─ sir.wellington.alchemy.thrift.generated.SampleRequest.class - [JAR]

├─ sir.wellington.alchemy.thrift.generated.SampleResponse.class - [JAR]

├─ sir.wellington.alchemy.thrift.generated.SampleService.class - [JAR]

tech.sirwellington.alchemy.thrift

├─ tech.sirwellington.alchemy.thrift.ThriftObjects.class - [JAR]

Advertisement