t

thrifty-gradle-plugin

A Gradle plugin that compiles .thrift files into Thrifty sources.
https://github.com/microsoft/thrifty/
The Apache Software License, Version 2.0
Benjamin Bader
Files download
File Operation
thrifty-gradle-plugin-3.0.0.jar download
thrifty-gradle-plugin-3.0.0.pom download
thrifty-gradle-plugin-3.0.0-sources.jar download
Apache Maven
<dependency>
  <groupId>com.microsoft.thrifty</groupId>
  <artifactId>thrifty-gradle-plugin</artifactId>
  <version>3.0.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.thrifty:thrifty-gradle-plugin:3.0.0'
Gradle Kotlin
implementation("com.microsoft.thrifty:thrifty-gradle-plugin:3.0.0")
Scala SBT
libraryDependencies += "com.microsoft.thrifty" % "thrifty-gradle-plugin" % "3.0.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.thrifty', module='thrifty-gradle-plugin', version='3.0.0')
)
Apache Ivy
<dependency org="com.microsoft.thrifty" name="thrifty-gradle-plugin" rev="3.0.0" />
Leiningen
[com.microsoft.thrifty/thrifty-gradle-plugin "3.0.0"]
Apache Buildr
'com.microsoft.thrifty:thrifty-gradle-plugin:jar:3.0.0'
Dependencies