is not current version
Last Version 3.1.0-RC02

com.microsoft.thrifty:thrifty-runtime 0.2.3

Provides a minimal Thrift runtime to support classes generated by Thrifty

GroupId

GroupId

com.microsoft.thrifty
ArtifactId

ArtifactId

thrifty-runtime
Version

Version

0.2.3
Type

Type

jar

Download thrifty-runtime 0.2.3


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