is not current version
Last Version 0.5.9

org.swcdb:thrift 0.5.0

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

GroupId

GroupId

org.swcdb
ArtifactId

ArtifactId

thrift
Version

Version

0.5.0
Type

Type

jar

Download thrift 0.5.0


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