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