GroupId | GroupIdtop.wu2020 |
---|---|
ArtifactId | ArtifactIdwu-easy-pulsar-listener |
Version | Version1.0.8 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/top.wu2020/wu-easy-pulsar-listener/ -->
<dependency>
<groupId>top.wu2020</groupId>
<artifactId>wu-easy-pulsar-listener</artifactId>
<version>1.0.8</version>
</dependency>
// https://jarcasting.com/artifacts/top.wu2020/wu-easy-pulsar-listener/
implementation 'top.wu2020:wu-easy-pulsar-listener:1.0.8'
// https://jarcasting.com/artifacts/top.wu2020/wu-easy-pulsar-listener/
implementation ("top.wu2020:wu-easy-pulsar-listener:1.0.8")
'top.wu2020:wu-easy-pulsar-listener:jar:1.0.8'
<dependency org="top.wu2020" name="wu-easy-pulsar-listener" rev="1.0.8">
<artifact name="wu-easy-pulsar-listener" type="jar" />
</dependency>
@Grapes(
@Grab(group='top.wu2020', module='wu-easy-pulsar-listener', version='1.0.8')
)
libraryDependencies += "top.wu2020" % "wu-easy-pulsar-listener" % "1.0.8"
[top.wu2020/wu-easy-pulsar-listener "1.0.8"]