is not current version
Last Version 3.1.0-RC02

com.microsoft.thrifty:thrifty-runtime 1.0.0-RC1

Provides a minimal Thrift runtime to support classes generated by Thrifty

GroupId

GroupId

com.microsoft.thrifty
ArtifactId

ArtifactId

thrifty-runtime
Version

Version

1.0.0-RC1
Type

Type

jar

Download thrifty-runtime 1.0.0-RC1


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