Categories |
CategoriesJava Languages CLI User Interface |
---|---|
GroupId | GroupIdcom.wealoha |
ArtifactId | ArtifactIdthrift-client-pool-java |
Version | Version1.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.wealoha/thrift-client-pool-java/ -->
<dependency>
<groupId>com.wealoha</groupId>
<artifactId>thrift-client-pool-java</artifactId>
<version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.wealoha/thrift-client-pool-java/
implementation 'com.wealoha:thrift-client-pool-java:1.1'
// https://jarcasting.com/artifacts/com.wealoha/thrift-client-pool-java/
implementation ("com.wealoha:thrift-client-pool-java:1.1")
'com.wealoha:thrift-client-pool-java:jar:1.1'
<dependency org="com.wealoha" name="thrift-client-pool-java" rev="1.1">
<artifact name="thrift-client-pool-java" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.wealoha', module='thrift-client-pool-java', version='1.1')
)
libraryDependencies += "com.wealoha" % "thrift-client-pool-java" % "1.1"
[com.wealoha/thrift-client-pool-java "1.1"]