MVN

com.microsoft.thrifty : com.microsoft.thrifty.gradle.plugin

Maven & Gradle

Dec 13, 2022
538 stars

Thrifty Gradle Plugin · Generates Java and/or Kotlin sources from .thrift files

<dependency>
    <groupId>com.microsoft.thrifty</groupId>
    <artifactId>com.microsoft.thrifty.gradle.plugin</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.thrifty : com.microsoft.thrifty.gradle.plugin to add to Maven - Latest Versions:

  • Latest Stable: 3.1.0
  • Latest Release Candidate: 3.1.0-RC02

All Versions

Choose a version of com.microsoft.thrifty : com.microsoft.thrifty.gradle.plugin to add to Maven - All Versions:

Version Vulnerabilities Updated
3.1.x
com.microsoft.thrifty.gradle.plugin-3.1.0
com.microsoft.thrifty.gradle.plugin-3.1.0-RC02
com.microsoft.thrifty.gradle.plugin-3.1.0-RC01
3.0.x
com.microsoft.thrifty.gradle.plugin-3.0.0
com.microsoft.thrifty.gradle.plugin-3.0.0-RC02
com.microsoft.thrifty.gradle.plugin-3.0.0-RC01
2.1.x
com.microsoft.thrifty.gradle.plugin-2.1.2
com.microsoft.thrifty.gradle.plugin-2.1.1
com.microsoft.thrifty.gradle.plugin-2.1.0

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>com.microsoft.thrifty</groupId>
    <artifactId>com.microsoft.thrifty.gradle.plugin</artifactId>
    <version>3.1.0</version>
</dependency>

Advertisement