is not current version
Last Version 3.1.0-RC02

com.microsoft.thrifty:thrifty-java-codegen 0.2.0

Converts Thrifty Schemas into Java source files

Categories

Categories

Java Languages
GroupId

GroupId

com.microsoft.thrifty
ArtifactId

ArtifactId

thrifty-java-codegen
Version

Version

0.2.0
Type

Type

jar

Download thrifty-java-codegen 0.2.0


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