License |
License |
---|---|
GroupId | GroupIdcom.github.cyfonly |
ArtifactId | ArtifactIdthriftj |
Version | Version1.0.1 |
Type | Typejar |
Description |
DescriptionThriftJ
A failover and load balance Thrift client with pooled connections
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
thriftj-1.0.1.pom | |
thriftj-1.0.1.jar | 31 KB |
thriftj-1.0.1-sources.jar | 15 KB |
thriftj-1.0.1-javadoc.jar | 154 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cyfonly/thriftj/ -->
<dependency>
<groupId>com.github.cyfonly</groupId>
<artifactId>thriftj</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cyfonly/thriftj/
implementation 'com.github.cyfonly:thriftj:1.0.1'
// https://jarcasting.com/artifacts/com.github.cyfonly/thriftj/
implementation ("com.github.cyfonly:thriftj:1.0.1")
'com.github.cyfonly:thriftj:jar:1.0.1'
<dependency org="com.github.cyfonly" name="thriftj" rev="1.0.1">
<artifact name="thriftj" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cyfonly', module='thriftj', version='1.0.1')
)
libraryDependencies += "com.github.cyfonly" % "thriftj" % "1.0.1"
[com.github.cyfonly/thriftj "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.thrift : libthrift | jar | 0.6.1 |
com.google.guava : guava | jar | 20.0 |
org.apache.commons : commons-pool2 | jar | 2.4.2 |
org.javassist : javassist | jar | 3.18.0-GA |
org.slf4j : slf4j-api | jar | 1.7.22 |
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-log4j12 | jar | 1.7.22 |