is not current version
Last Version 0.1.4

com.bendb.thrifty:thrifty-schema 0.1.1

A simple Thrift IDL parser and validator

GroupId

GroupId

com.bendb.thrifty
ArtifactId

ArtifactId

thrifty-schema
Version

Version

0.1.1
Type

Type

jar

Download thrifty-schema 0.1.1


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