t

thrifty-gradle-plugin

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