is not current version
Last Version 2.1.2

com.microsoft.thrifty:thrifty-runtime-ktx 2.0.1

Provides Kotlin support and compatibility with thrifty-runtime.

GroupId

GroupId

com.microsoft.thrifty
ArtifactId

ArtifactId

thrifty-runtime-ktx
Version

Version

2.0.1
Type

Type

jar

Download thrifty-runtime-ktx 2.0.1


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