gradle-thrift-plugin

A Gradle plugin for the Thrift IDL compiler.

License

License

MIT
Categories

Categories

Gradle Build Tools
GroupId

GroupId

org.anarres.gradle
ArtifactId

ArtifactId

gradle-thrift-plugin
Last Version

Last Version

1.0.1
Release Date

Release Date

Type

Type

jar
Description

Description

gradle-thrift-plugin
A Gradle plugin for the Thrift IDL compiler.
Project URL

Project URL

https://github.com/shevek/gradle-thrift-plugin

Download gradle-thrift-plugin

How to add to project

<!-- https://jarcasting.com/artifacts/org.anarres.gradle/gradle-thrift-plugin/ -->
<dependency>
    <groupId>org.anarres.gradle</groupId>
    <artifactId>gradle-thrift-plugin</artifactId>
    <version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/org.anarres.gradle/gradle-thrift-plugin/
implementation 'org.anarres.gradle:gradle-thrift-plugin:1.0.1'
// https://jarcasting.com/artifacts/org.anarres.gradle/gradle-thrift-plugin/
implementation ("org.anarres.gradle:gradle-thrift-plugin:1.0.1")
'org.anarres.gradle:gradle-thrift-plugin:jar:1.0.1'
<dependency org="org.anarres.gradle" name="gradle-thrift-plugin" rev="1.0.1">
  <artifact name="gradle-thrift-plugin" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.anarres.gradle', module='gradle-thrift-plugin', version='1.0.1')
)
libraryDependencies += "org.anarres.gradle" % "gradle-thrift-plugin" % "1.0.1"
[org.anarres.gradle/gradle-thrift-plugin "1.0.1"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.code.findbugs : annotations jar 3.0.1

test (4)

Group / Artifact Type Version
junit : junit jar 4.12
org.slf4j : slf4j-api jar 1.7.12
com.google.guava : guava jar 20.0
ch.qos.logback : logback-classic jar 1.1.3

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.1
1.0.0