is not current version
Last Version 3.1.0-RC02

com.microsoft.thrifty:thrifty-runtime 0.2.2

Provides a minimal Thrift runtime to support classes generated by Thrifty

GroupId

GroupId

com.microsoft.thrifty
ArtifactId

ArtifactId

thrifty-runtime
Version

Version

0.2.2
Type

Type

jar

Download thrifty-runtime 0.2.2


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