Java NATS Client

A Java NATS client.

License

License

Categories

Categories

CLI User Interface NATS client Application Layer Libs Messaging
GroupId

GroupId

com.github.mheath
ArtifactId

ArtifactId

nats-client
Last Version

Last Version

0.5.Beta4
Release Date

Release Date

Type

Type

jar
Description

Description

Java NATS Client
A Java NATS client.

Download nats-client

How to add to project

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

Dependencies

compile (3)

Group / Artifact Type Version
io.netty : netty-all jar 4.0.0.CR6
org.codehaus.jackson : jackson-mapper-asl jar 1.9.8
org.slf4j : slf4j-api jar 1.6.5

test (2)

Group / Artifact Type Version
org.testng : testng jar 6.3.1
ch.qos.logback : logback-classic jar 1.0.6

Project Modules

There are no modules declared in this project.

Versions

Version
0.5.Beta4
0.5.Beta3
0.5.Beta2
0.5.Beta1
0.4