is not current version
Last Version 0.4.1

io.nats:polling-sample 0.3.0

A poller using the nats binder

GroupId

GroupId

io.nats
ArtifactId

ArtifactId

polling-sample
Version

Version

0.3.0
Type

Type

jar

Download polling-sample 0.3.0


<!-- https://jarcasting.com/artifacts/io.nats/polling-sample/ -->
<dependency>
    <groupId>io.nats</groupId>
    <artifactId>polling-sample</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.nats/polling-sample/
implementation 'io.nats:polling-sample:0.3.0'
// https://jarcasting.com/artifacts/io.nats/polling-sample/
implementation ("io.nats:polling-sample:0.3.0")
'io.nats:polling-sample:jar:0.3.0'
<dependency org="io.nats" name="polling-sample" rev="0.3.0">
  <artifact name="polling-sample" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.nats', module='polling-sample', version='0.3.0')
)
libraryDependencies += "io.nats" % "polling-sample" % "0.3.0"
[io.nats/polling-sample "0.3.0"]