License |
License |
---|---|
Categories |
CategoriesUnity Business Logic Libraries Game Development CLI User Interface NATS client Application Layer Libs Messaging |
GroupId | GroupIdcom.github.cloudfoundry-community |
ArtifactId | ArtifactIdnats-client |
Last Version | Last Version0.6.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava NATS Client
A Java NATS client.
|
Filename | Size |
---|---|
nats-client-0.6.7.pom | |
nats-client-0.6.7.jar | 65 KB |
nats-client-0.6.7-sources.jar | 46 KB |
nats-client-0.6.7-javadoc.jar | 233 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/nats-client/ -->
<dependency>
<groupId>com.github.cloudfoundry-community</groupId>
<artifactId>nats-client</artifactId>
<version>0.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/nats-client/
implementation 'com.github.cloudfoundry-community:nats-client:0.6.7'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/nats-client/
implementation ("com.github.cloudfoundry-community:nats-client:0.6.7")
'com.github.cloudfoundry-community:nats-client:jar:0.6.7'
<dependency org="com.github.cloudfoundry-community" name="nats-client" rev="0.6.7">
<artifact name="nats-client" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='nats-client', version='0.6.7')
)
libraryDependencies += "com.github.cloudfoundry-community" % "nats-client" % "0.6.7"
[com.github.cloudfoundry-community/nats-client "0.6.7"]
Group / Artifact | Type | Version |
---|---|---|
io.netty : netty-all | jar | 4.0.27.Final |
com.fasterxml.jackson.core : jackson-databind | jar | 2.2.2 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.21 |
ch.qos.logback : logback-classic | jar | 1.0.6 |