License |
License |
---|---|
Categories |
CategoriesCLI User Interface NATS client Application Layer Libs Messaging |
GroupId | GroupIdcom.github.mheath |
ArtifactId | ArtifactIdnats-client |
Last Version | Last Version0.5.Beta4 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava NATS Client
A Java NATS client.
|
Filename | Size |
---|---|
nats-client-0.5.Beta4.pom | |
nats-client-0.5.Beta4.jar | 55 KB |
nats-client-0.5.Beta4-sources.jar | 46 KB |
nats-client-0.5.Beta4-javadoc.jar | 242 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.3.1 |
ch.qos.logback : logback-classic | jar | 1.0.6 |