GroupId | GroupIdcom.microsoft.thrifty |
---|---|
ArtifactId | ArtifactIdthrifty-runtime-ktx |
Version | Version2.0.0-RC1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-runtime-ktx/ -->
<dependency>
<groupId>com.microsoft.thrifty</groupId>
<artifactId>thrifty-runtime-ktx</artifactId>
<version>2.0.0-RC1</version>
</dependency>
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-runtime-ktx/
implementation 'com.microsoft.thrifty:thrifty-runtime-ktx:2.0.0-RC1'
// https://jarcasting.com/artifacts/com.microsoft.thrifty/thrifty-runtime-ktx/
implementation ("com.microsoft.thrifty:thrifty-runtime-ktx:2.0.0-RC1")
'com.microsoft.thrifty:thrifty-runtime-ktx:jar:2.0.0-RC1'
<dependency org="com.microsoft.thrifty" name="thrifty-runtime-ktx" rev="2.0.0-RC1">
<artifact name="thrifty-runtime-ktx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.microsoft.thrifty', module='thrifty-runtime-ktx', version='2.0.0-RC1')
)
libraryDependencies += "com.microsoft.thrifty" % "thrifty-runtime-ktx" % "2.0.0-RC1"
[com.microsoft.thrifty/thrifty-runtime-ktx "2.0.0-RC1"]