MVN

org.swcdb : thrift

Maven & Gradle

Jun 03, 2023
17 stars

SWC-DB Thrift Client · a SWC-DB Java Client package for using with swcdbThriftBroker implementing the Apache-Thrift serialization protocol

<dependency>
    <groupId>org.swcdb</groupId>
    <artifactId>thrift</artifactId>
    <version>0.5.12</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.swcdb : thrift to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.5.12

All Versions

Choose a version of org.swcdb : thrift to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.5.x
thrift-0.5.12
thrift-0.5.11
thrift-0.5.10
thrift-0.5.9
thrift-0.5.8
thrift-0.5.7
thrift-0.5.6
thrift-0.5.5
thrift-0.5.4
thrift-0.5.3
thrift-0.5.2
thrift-0.5.1
thrift-0.5.0
0.4.x
thrift-0.4.19
thrift-0.4.18
thrift-0.4.17

How to add a dependency to Maven

Add the following org.swcdb : thrift maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.swcdb</groupId>
    <artifactId>thrift</artifactId>
    <version>0.5.12</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.swcdb : thrift gradle dependency to your build.gradle file:

implementation 'org.swcdb:thrift:0.5.12'

Gradle Kotlin DSL: Add the following org.swcdb : thrift gradle kotlin dependency to your build.gradle.kts file:

implementation("org.swcdb:thrift:0.5.12")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.swcdb : thrift sbt scala dependency to your build.sbt file:

libraryDependencies += "org.swcdb" % "thrift" % "0.5.12"

Advertisement