| License |
License |
|---|---|
| Categories |
CategoriesCLI User Interface NATS client Application Layer Libs Messaging |
| GroupId | GroupIdcom.github.mheath |
| ArtifactId | ArtifactIdnats-client-spring |
| Last Version | Last Version0.5.Beta4 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionJava NATS Client Spring integration
Support for using NATS Client with Spring.
|
<!-- https://jarcasting.com/artifacts/com.github.mheath/nats-client-spring/ -->
<dependency>
<groupId>com.github.mheath</groupId>
<artifactId>nats-client-spring</artifactId>
<version>0.5.Beta4</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.mheath/nats-client-spring/
implementation 'com.github.mheath:nats-client-spring:0.5.Beta4'
// https://jarcasting.com/artifacts/com.github.mheath/nats-client-spring/
implementation ("com.github.mheath:nats-client-spring:0.5.Beta4")
'com.github.mheath:nats-client-spring:jar:0.5.Beta4'
<dependency org="com.github.mheath" name="nats-client-spring" rev="0.5.Beta4">
<artifact name="nats-client-spring" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.mheath', module='nats-client-spring', version='0.5.Beta4')
)
libraryDependencies += "com.github.mheath" % "nats-client-spring" % "0.5.Beta4"
[com.github.mheath/nats-client-spring "0.5.Beta4"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.mheath : nats-client | jar | 0.5.Beta4 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-context | jar | 3.1.1.RELEASE |
| Group / Artifact | Type | Version |
|---|---|---|
| org.testng : testng | jar | 6.3.1 |
| ch.qos.logback : logback-classic | jar | 1.0.6 |