c

com.bendb.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
com.bendb.thrifty.gradle.plugin-3.1.0.pom download
Apache Maven
<dependency>
  <groupId>com.bendb.thrifty</groupId>
  <artifactId>com.bendb.thrifty.gradle.plugin</artifactId>
  <version>3.1.0</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.bendb.thrifty:com.bendb.thrifty.gradle.plugin:3.1.0'
Gradle Kotlin
implementation("com.bendb.thrifty:com.bendb.thrifty.gradle.plugin:3.1.0")
Scala SBT
libraryDependencies += "com.bendb.thrifty" % "com.bendb.thrifty.gradle.plugin" % "3.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.bendb.thrifty', module='com.bendb.thrifty.gradle.plugin', version='3.1.0')
)
Apache Ivy
<dependency org="com.bendb.thrifty" name="com.bendb.thrifty.gradle.plugin" rev="3.1.0" />
Leiningen
[com.bendb.thrifty/com.bendb.thrifty.gradle.plugin "3.1.0"]
Apache Buildr
'com.bendb.thrifty:com.bendb.thrifty.gradle.plugin:jar:3.1.0'