MVN

com.microsoft.thrifty : thrifty-kotlin-codegen

Maven & Gradle

Dec 13, 2022
2 usages
538 stars

thrifty-kotlin-codegen · Converts Thrifty Schemas into Kotlin source files

<dependency>
    <groupId>com.microsoft.thrifty</groupId>
    <artifactId>thrifty-kotlin-codegen</artifactId>
    <version>3.1.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.microsoft.thrifty : thrifty-kotlin-codegen to add to Maven or Gradle - Latest Versions:

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

All Versions

Choose a version of com.microsoft.thrifty : thrifty-kotlin-codegen to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
thrifty-kotlin-codegen-3.1.0
thrifty-kotlin-codegen-3.1.0-RC02
thrifty-kotlin-codegen-3.1.0-RC01
3.0.x
thrifty-kotlin-codegen-3.0.0
thrifty-kotlin-codegen-3.0.0-RC02
thrifty-kotlin-codegen-3.0.0-RC01
2.1.x
thrifty-kotlin-codegen-2.1.2
thrifty-kotlin-codegen-2.1.1
thrifty-kotlin-codegen-2.1.0
2.0.x
thrifty-kotlin-codegen-2.0.1
thrifty-kotlin-codegen-2.0.0
thrifty-kotlin-codegen-2.0.0-RC1
1.0.x
thrifty-kotlin-codegen-1.0.0
thrifty-kotlin-codegen-1.0.0-RC2
thrifty-kotlin-codegen-1.0.0-RC1

How to add a dependency to Maven

Add the following com.microsoft.thrifty : thrifty-kotlin-codegen maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.microsoft.thrifty</groupId>
    <artifactId>thrifty-kotlin-codegen</artifactId>
    <version>3.1.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.microsoft.thrifty : thrifty-kotlin-codegen gradle dependency to your build.gradle file:

implementation 'com.microsoft.thrifty:thrifty-kotlin-codegen:3.1.0'

Gradle Kotlin DSL: Add the following com.microsoft.thrifty : thrifty-kotlin-codegen gradle kotlin dependency to your build.gradle.kts file:

implementation("com.microsoft.thrifty:thrifty-kotlin-codegen:3.1.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.microsoft.thrifty : thrifty-kotlin-codegen sbt scala dependency to your build.sbt file:

libraryDependencies += "com.microsoft.thrifty" % "thrifty-kotlin-codegen" % "3.1.0"

Advertisement