is not current version
Last Version 3.1.0-RC02

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

null

GroupId

GroupId

com.microsoft.thrifty
ArtifactId

ArtifactId

thrifty-compiler
Version

Version

1.0.0-RC1
Type

Type

jar

Download thrifty-compiler 1.0.0-RC1


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