Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdse.hiq.oss |
ArtifactId | ArtifactIdspring-boot-nats-starter |
Version | Version0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/se.hiq.oss/spring-boot-nats-starter/ -->
<dependency>
<groupId>se.hiq.oss</groupId>
<artifactId>spring-boot-nats-starter</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/se.hiq.oss/spring-boot-nats-starter/
implementation 'se.hiq.oss:spring-boot-nats-starter:0.1'
// https://jarcasting.com/artifacts/se.hiq.oss/spring-boot-nats-starter/
implementation ("se.hiq.oss:spring-boot-nats-starter:0.1")
'se.hiq.oss:spring-boot-nats-starter:jar:0.1'
<dependency org="se.hiq.oss" name="spring-boot-nats-starter" rev="0.1">
<artifact name="spring-boot-nats-starter" type="jar" />
</dependency>
@Grapes(
@Grab(group='se.hiq.oss', module='spring-boot-nats-starter', version='0.1')
)
libraryDependencies += "se.hiq.oss" % "spring-boot-nats-starter" % "0.1"
[se.hiq.oss/spring-boot-nats-starter "0.1"]