| Группа | Группаcn.shellming.thrift |
|---|---|
| Идентификатор | Идентификаторspring-cloud-starter-thrift-server |
| Версия | Версия1.0.0 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/cn.shellming.thrift/spring-cloud-starter-thrift-server/ -->
<dependency>
<groupId>cn.shellming.thrift</groupId>
<artifactId>spring-cloud-starter-thrift-server</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/cn.shellming.thrift/spring-cloud-starter-thrift-server/
implementation 'cn.shellming.thrift:spring-cloud-starter-thrift-server:1.0.0'
// https://jarcasting.com/artifacts/cn.shellming.thrift/spring-cloud-starter-thrift-server/
implementation ("cn.shellming.thrift:spring-cloud-starter-thrift-server:1.0.0")
'cn.shellming.thrift:spring-cloud-starter-thrift-server:jar:1.0.0'
<dependency org="cn.shellming.thrift" name="spring-cloud-starter-thrift-server" rev="1.0.0">
<artifact name="spring-cloud-starter-thrift-server" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.shellming.thrift', module='spring-cloud-starter-thrift-server', version='1.0.0')
)
libraryDependencies += "cn.shellming.thrift" % "spring-cloud-starter-thrift-server" % "1.0.0"
[cn.shellming.thrift/spring-cloud-starter-thrift-server "1.0.0"]