d

ddth-thriftpool

DDTH's Thrift Client Pooling Support Library
https://github.com/DDTH/ddth-thriftpool
Files download
File Operation
ddth-thriftpool-0.2.2.jar download
ddth-thriftpool-0.2.2.pom download
ddth-thriftpool-0.2.2-sources.jar download
Apache Maven
<dependency>
  <groupId>com.github.ddth</groupId>
  <artifactId>ddth-thriftpool</artifactId>
  <version>0.2.2</version>
  <type>bundle</type>
</dependency>
Gradle Groovy
implementation 'com.github.ddth:ddth-thriftpool:0.2.2'
Gradle Kotlin
implementation("com.github.ddth:ddth-thriftpool:0.2.2")
Scala SBT
libraryDependencies += "com.github.ddth" % "ddth-thriftpool" % "0.2.2"
Groovy Grape
@Grapes(
  @Grab(group='com.github.ddth', module='ddth-thriftpool', version='0.2.2')
)
Apache Ivy
<dependency org="com.github.ddth" name="ddth-thriftpool" rev="0.2.2" />
Leiningen
[com.github.ddth/ddth-thriftpool "0.2.2"]
Apache Buildr
'com.github.ddth:ddth-thriftpool:jar:0.2.2'