Last Version

Java NATS 0.5.Beta4

Java support for NATS.

License

License

GroupId

GroupId

com.github.mheath
ArtifactId

ArtifactId

nats-parent
Version

Version

0.5.Beta4
Type

Type

pom
Description

Description

Java NATS
Java support for NATS.
Project URL

Project URL

https://github.com/mheath/jnats

Download nats-parent 0.5.Beta4


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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • client
  • client-spring