Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdcn.shellming.thrift |
ArtifactId | ArtifactIdspring-cloud-starter-thrift-client |
Version | Version1.0.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/cn.shellming.thrift/spring-cloud-starter-thrift-client/ -->
<dependency>
<groupId>cn.shellming.thrift</groupId>
<artifactId>spring-cloud-starter-thrift-client</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.shellming.thrift/spring-cloud-starter-thrift-client/
implementation 'cn.shellming.thrift:spring-cloud-starter-thrift-client:1.0.0'
// https://jarcasting.com/artifacts/cn.shellming.thrift/spring-cloud-starter-thrift-client/
implementation ("cn.shellming.thrift:spring-cloud-starter-thrift-client:1.0.0")
'cn.shellming.thrift:spring-cloud-starter-thrift-client:jar:1.0.0'
<dependency org="cn.shellming.thrift" name="spring-cloud-starter-thrift-client" rev="1.0.0">
<artifact name="spring-cloud-starter-thrift-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.shellming.thrift', module='spring-cloud-starter-thrift-client', version='1.0.0')
)
libraryDependencies += "cn.shellming.thrift" % "spring-cloud-starter-thrift-client" % "1.0.0"
[cn.shellming.thrift/spring-cloud-starter-thrift-client "1.0.0"]