Download thrifty-schema-0.4.0.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.0 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.0.jar to your project.

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

Download

Click the following link to download the jar file.

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



Related Tutorials