Download thrifty-schema-0.4.3.jar file - Jar t

Jar examples for t:thrifty-schema

Description

A simple Thrift IDL parser and validator

You can download jar file thrifty-schema 0.4.3 in this page.

License

The Apache Software License, Version 2.0

Build File

You can use the following script to add thrifty-schema-0.4.3.jar to your project.

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

Download

Click the following link to download the jar file.

thrifty-schema-0.4.3-javadoc.jar
thrifty-schema-0.4.3-sources.jar
thrifty-schema-0.4.3.jar
thrifty-schema-0.4.3.pom



Related Tutorials