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-spring |
Last Version | Last Version0.6.7 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionJava NATS Client Spring integration
Support for using NATS Client with Spring.
|
Filename | Size |
---|---|
nats-client-spring-0.6.7.pom | |
nats-client-spring-0.6.7.jar | 19 KB |
nats-client-spring-0.6.7-sources.jar | 16 KB |
nats-client-spring-0.6.7-javadoc.jar | 95 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.cloudfoundry-community/nats-client-spring/ -->
<dependency>
<groupId>com.github.cloudfoundry-community</groupId>
<artifactId>nats-client-spring</artifactId>
<version>0.6.7</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/nats-client-spring/
implementation 'com.github.cloudfoundry-community:nats-client-spring:0.6.7'
// https://jarcasting.com/artifacts/com.github.cloudfoundry-community/nats-client-spring/
implementation ("com.github.cloudfoundry-community:nats-client-spring:0.6.7")
'com.github.cloudfoundry-community:nats-client-spring:jar:0.6.7'
<dependency org="com.github.cloudfoundry-community" name="nats-client-spring" rev="0.6.7">
<artifact name="nats-client-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.cloudfoundry-community', module='nats-client-spring', version='0.6.7')
)
libraryDependencies += "com.github.cloudfoundry-community" % "nats-client-spring" % "0.6.7"
[com.github.cloudfoundry-community/nats-client-spring "0.6.7"]
Group / Artifact | Type | Version |
---|---|---|
com.github.cloudfoundry-community : nats-client | jar | 0.6.7 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-context | jar | 3.2.2.RELEASE |
Group / Artifact | Type | Version |
---|---|---|
org.testng : testng | jar | 6.8.21 |
ch.qos.logback : logback-classic | jar | 1.0.6 |
cglib : cglib | jar | 2.2 |