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