is not current version
Last Version 0.5.Beta4

com.github.mheath:nats-client 0.5.Beta1

A Java NATS client.

Categories

Categories

CLI User Interface NATS client Application Layer Libs Messaging
GroupId

GroupId

com.github.mheath
ArtifactId

ArtifactId

nats-client
Version

Version

0.5.Beta1
Type

Type

jar

Download nats-client 0.5.Beta1


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