Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcn.wanlinus |
ArtifactId | ArtifactIdnats-spring-boot-starter |
Version | Version1.0.0.RELEASE |
Type | Typejar |
Description |
Descriptionnats-spring-boot-starter
Nats Spring Boot Starter
|
<!-- https://jarcasting.com/artifacts/cn.wanlinus/nats-spring-boot-starter/ -->
<dependency>
<groupId>cn.wanlinus</groupId>
<artifactId>nats-spring-boot-starter</artifactId>
<version>1.0.0.RELEASE</version>
</dependency>
// https://jarcasting.com/artifacts/cn.wanlinus/nats-spring-boot-starter/
implementation 'cn.wanlinus:nats-spring-boot-starter:1.0.0.RELEASE'
// https://jarcasting.com/artifacts/cn.wanlinus/nats-spring-boot-starter/
implementation ("cn.wanlinus:nats-spring-boot-starter:1.0.0.RELEASE")
'cn.wanlinus:nats-spring-boot-starter:jar:1.0.0.RELEASE'
<dependency org="cn.wanlinus" name="nats-spring-boot-starter" rev="1.0.0.RELEASE">
<artifact name="nats-spring-boot-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='cn.wanlinus', module='nats-spring-boot-starter', version='1.0.0.RELEASE')
)
libraryDependencies += "cn.wanlinus" % "nats-spring-boot-starter" % "1.0.0.RELEASE"
[cn.wanlinus/nats-spring-boot-starter "1.0.0.RELEASE"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-configuration-processor Optional | jar | |
org.springframework.boot : spring-boot-autoconfigure | jar | |
io.nats : jnats | jar | 2.0.0 |
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-test | jar |