Files download
File Operation
nats-spring-1.5.5.jar download
nats-spring-1.5.5.pom download
nats-spring-1.5.5-sources.jar download
Apache Maven
<dependency>
  <groupId>com.lrenyi</groupId>
  <artifactId>nats-spring</artifactId>
  <version>1.5.5</version>
</dependency>
Gradle Groovy
implementation 'com.lrenyi:nats-spring:1.5.5'
Gradle Kotlin
implementation("com.lrenyi:nats-spring:1.5.5")
Scala SBT
libraryDependencies += "com.lrenyi" % "nats-spring" % "1.5.5"
Groovy Grape
@Grapes(
  @Grab(group='com.lrenyi', module='nats-spring', version='1.5.5')
)
Apache Ivy
<dependency org="com.lrenyi" name="nats-spring" rev="1.5.5" />
Leiningen
[com.lrenyi/nats-spring "1.5.5"]
Apache Buildr
'com.lrenyi:nats-spring:jar:1.5.5'