Download thrifty-runtime-0.2.2.jar file - Jar t

Jar examples for t:thrifty-runtime

Description

Provides a minimal Thrift runtime to support classes generated by Thrifty

You can download jar file thrifty-runtime 0.2.2 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add thrifty-runtime-0.2.2.jar to your project.

<dependency>
   <groupId>com.microsoft.thrifty</groupId>
   <artifactId>thrifty-runtime</artifactId>
   <version>0.2.2</version>
</dependency>
compile group: 'com.microsoft.thrifty', name: 'thrifty-runtime', version: '0.2.2'
libraryDependencies += "com.microsoft.thrifty" % "thrifty-runtime" % "0.2.2"
<dependency org="com.microsoft.thrifty" name="thrifty-runtime" rev="0.2.2"/>
@Grapes(@Grab(group='com.microsoft.thrifty', module='thrifty-runtime', version='0.2.2'))
'com.microsoft.thrifty:thrifty-runtime:jar:0.2.2'

Download

Click the following link to download the jar file.

thrifty-runtime-0.2.2-javadoc.jar
thrifty-runtime-0.2.2-sources.jar
thrifty-runtime-0.2.2.jar
thrifty-runtime-0.2.2.pom



Related Tutorials