MVN

com.microsoft.thrifty : thrifty-schema

Maven & Gradle

Dec 13, 2022
4 usages
538 stars

thrifty-schema · A simple Thrift IDL parser and validator

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

Latest Version

Choose a version of com.microsoft.thrifty : thrifty-schema 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-schema to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.1.x
thrifty-schema-3.1.0
thrifty-schema-3.1.0-RC02
thrifty-schema-3.1.0-RC01
3.0.x
thrifty-schema-3.0.0
thrifty-schema-3.0.0-RC02
thrifty-schema-3.0.0-RC01
2.1.x
thrifty-schema-2.1.2
thrifty-schema-2.1.1
thrifty-schema-2.1.0
2.0.x
thrifty-schema-2.0.1
thrifty-schema-2.0.0
thrifty-schema-2.0.0-RC1
1.0.x
thrifty-schema-1.0.0
thrifty-schema-1.0.0-RC2
thrifty-schema-1.0.0-RC1
0.4.x
thrifty-schema-0.4.3
thrifty-schema-0.4.2
thrifty-schema-0.4.1
thrifty-schema-0.4.0
0.3.x
thrifty-schema-0.3.2
thrifty-schema-0.3.1
thrifty-schema-0.3.0
0.2.x
thrifty-schema-0.2.3
thrifty-schema-0.2.2
thrifty-schema-0.2.1
thrifty-schema-0.2.0

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

implementation 'com.microsoft.thrifty:thrifty-schema:3.1.0'

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

implementation("com.microsoft.thrifty:thrifty-schema:3.1.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "com.microsoft.thrifty" % "thrifty-schema" % "3.1.0"

Advertisement

Dependencies from Group

Dec 13, 2022
8 usages
538 stars
Dec 13, 2022
4 usages
538 stars
Dec 13, 2022
4 usages
538 stars
Dec 13, 2022
3 usages
538 stars
Sep 06, 2020
3 usages
538 stars

Discover Dependencies

Feb 25, 2023
2 usages
12 stars
Apr 27, 2021
2 usages
30 stars
Oct 29, 2020
2 usages
50 stars
Jul 28, 2021
3 usages
16 stars
Mar 06, 2019
3 usages
3 stars
Jun 14, 2021
2 usages
8 stars
Aug 25, 2023
3 usages
1.3k stars