is not current version
Last Version 3.1.0-RC02

com.microsoft.thrifty:thrifty-schema 1.0.0-RC2

A simple Thrift IDL parser and validator

GroupId

GroupId

com.microsoft.thrifty
ArtifactId

ArtifactId

thrifty-schema
Version

Version

1.0.0-RC2
Type

Type

jar

Download thrifty-schema 1.0.0-RC2


<!-- https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/ -->
<dependency>
    <groupId>com.microsoft.thrifty</groupId>
    <artifactId>thrifty-schema</artifactId>
    <version>1.0.0-RC2</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/
implementation 'com.microsoft.thrifty:thrifty-schema:1.0.0-RC2'
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-schema/
implementation ("com.microsoft.thrifty:thrifty-schema:1.0.0-RC2")
'com.microsoft.thrifty:thrifty-schema:jar:1.0.0-RC2'
<dependency org="com.microsoft.thrifty" name="thrifty-schema" rev="1.0.0-RC2">
  <artifact name="thrifty-schema" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.thrifty', module='thrifty-schema', version='1.0.0-RC2')
)
libraryDependencies += "com.microsoft.thrifty" % "thrifty-schema" % "1.0.0-RC2"
[com.microsoft.thrifty/thrifty-schema "1.0.0-RC2"]