is not current version
Last Version 1.0.1

com.github.cyfonly:thriftj 1.0.0

A failover and load balance Thrift client with pooled connections

GroupId

GroupId

com.github.cyfonly
ArtifactId

ArtifactId

thriftj
Version

Version

1.0.0
Type

Type

jar

Download thriftj 1.0.0


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