| License |
License |
|---|---|
| GroupId | GroupIdorg.swcdb |
| ArtifactId | ArtifactIdthrift |
| Version | Version0.5.6 |
| Type | Typejar |
| Description |
DescriptionSWC-DB Thrift Client
a SWC-DB Java Client package for using with swcdbThriftBroker implementing the Apache-Thrift serialization protocol
|
| Project URL |
Project URL |
| Project Organization |
Project Organization |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| thrift-0.5.6.pom | |
| thrift-0.5.6-sources.jar | 230 KB |
| thrift-0.5.6-javadoc.jar | 2 MB |
| Browse |
<!-- https://jarcasting.com/artifacts/org.swcdb/thrift/ -->
<dependency>
<groupId>org.swcdb</groupId>
<artifactId>thrift</artifactId>
<version>0.5.6</version>
</dependency>
// https://jarcasting.com/artifacts/org.swcdb/thrift/
implementation 'org.swcdb:thrift:0.5.6'
// https://jarcasting.com/artifacts/org.swcdb/thrift/
implementation ("org.swcdb:thrift:0.5.6")
'org.swcdb:thrift:jar:0.5.6'
<dependency org="org.swcdb" name="thrift" rev="0.5.6">
<artifact name="thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.swcdb', module='thrift', version='0.5.6')
)
libraryDependencies += "org.swcdb" % "thrift" % "0.5.6"
[org.swcdb/thrift "0.5.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.apache.thrift : libthrift | jar | 0.15.0 |