Categories |
CategoriesNet |
---|---|
GroupId | GroupIdnet.oschina.zcx7878 |
ArtifactId | ArtifactIdcicada.boot-demo-thrift |
Version | Version1.0.6.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.boot-demo-thrift/ -->
<dependency>
<groupId>net.oschina.zcx7878</groupId>
<artifactId>cicada.boot-demo-thrift</artifactId>
<version>1.0.6.0</version>
</dependency>
// https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.boot-demo-thrift/
implementation 'net.oschina.zcx7878:cicada.boot-demo-thrift:1.0.6.0'
// https://jarcasting.com/artifacts/net.oschina.zcx7878/cicada.boot-demo-thrift/
implementation ("net.oschina.zcx7878:cicada.boot-demo-thrift:1.0.6.0")
'net.oschina.zcx7878:cicada.boot-demo-thrift:jar:1.0.6.0'
<dependency org="net.oschina.zcx7878" name="cicada.boot-demo-thrift" rev="1.0.6.0">
<artifact name="cicada.boot-demo-thrift" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.oschina.zcx7878', module='cicada.boot-demo-thrift', version='1.0.6.0')
)
libraryDependencies += "net.oschina.zcx7878" % "cicada.boot-demo-thrift" % "1.0.6.0"
[net.oschina.zcx7878/cicada.boot-demo-thrift "1.0.6.0"]