is not current version
Last Version 0.1.4

com.bendb.thrifty:thrifty-runtime 0.1.1

Provides a minimal Thrift runtime to support classes generated by Thrifty

GroupId

GroupId

com.bendb.thrifty
ArtifactId

ArtifactId

thrifty-runtime
Version

Version

0.1.1
Type

Type

jar

Download thrifty-runtime 0.1.1


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