Download thrifty-runtime-0.1.1.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.1.1 in this page.

License

The Apache Software License, Version 2.0

Build File

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

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

Download

Click the following link to download the jar file.

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



Related Tutorials