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
文件下载
文件名 操作
thrifty-gradle-plugin-2.1.0.jar 下载
thrifty-gradle-plugin-2.1.0.pom 下载
thrifty-gradle-plugin-2.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.microsoft.thrifty</groupId>
  <artifactId>thrifty-gradle-plugin</artifactId>
  <version>2.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.microsoft.thrifty:thrifty-gradle-plugin:2.1.0'
Gradle Kotlin
implementation("com.microsoft.thrifty:thrifty-gradle-plugin:2.1.0")
Scala SBT
libraryDependencies += "com.microsoft.thrifty" % "thrifty-gradle-plugin" % "2.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.microsoft.thrifty', module='thrifty-gradle-plugin', version='2.1.0')
)
Apache Ivy
<dependency org="com.microsoft.thrifty" name="thrifty-gradle-plugin" rev="2.1.0" />
Leiningen
[com.microsoft.thrifty/thrifty-gradle-plugin "2.1.0"]
Apache Buildr
'com.microsoft.thrifty:thrifty-gradle-plugin:jar:2.1.0'