Download jnats-0.5.3.jar file - Jar j

Jar examples for j:jnats

Description

Client library for working with the NATS messaging system.

You can download jar file jnats 0.5.3 in this page.

License

The Apache License, Version 2.0

Build File

You can use the following script to add jnats-0.5.3.jar to your project.

<dependency>
   <groupId>io.nats</groupId>
   <artifactId>jnats</artifactId>
   <version>0.5.3</version>
</dependency>
compile group: 'io.nats', name: 'jnats', version: '0.5.3'
libraryDependencies += "io.nats" % "jnats" % "0.5.3"
<dependency org="io.nats" name="jnats" rev="0.5.3"/>
@Grapes(@Grab(group='io.nats', module='jnats', version='0.5.3'))
'io.nats:jnats:jar:0.5.3'

Download

Click the following link to download the jar file.

jnats-0.5.3-javadoc.jar
jnats-0.5.3-sources.jar
jnats-0.5.3.jar
jnats-0.5.3.pom



Related Tutorials