Categories |
CategoriesNet CLI User Interface |
---|---|
GroupId | GroupIdnet.oschina.arvin |
ArtifactId | ArtifactIdthrift-client-support |
Version | Version0.0.2 |
Type | Typejar |
Filename | Size |
---|---|
thrift-client-support-0.0.2.pom | |
thrift-client-support-0.0.2.jar | 22 KB |
thrift-client-support-0.0.2-sources.jar | 17 KB |
thrift-client-support-0.0.2-javadoc.jar | 128 KB |
Browse |
<!-- https://jarcasting.com/artifacts/net.oschina.arvin/thrift-client-support/ -->
<dependency>
<groupId>net.oschina.arvin</groupId>
<artifactId>thrift-client-support</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.arvin/thrift-client-support/
implementation 'net.oschina.arvin:thrift-client-support:0.0.2'
// https://jarcasting.com/artifacts/net.oschina.arvin/thrift-client-support/
implementation ("net.oschina.arvin:thrift-client-support:0.0.2")
'net.oschina.arvin:thrift-client-support:jar:0.0.2'
<dependency org="net.oschina.arvin" name="thrift-client-support" rev="0.0.2">
<artifact name="thrift-client-support" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.arvin', module='thrift-client-support', version='0.0.2')
)
libraryDependencies += "net.oschina.arvin" % "thrift-client-support" % "0.0.2"
[net.oschina.arvin/thrift-client-support "0.0.2"]