Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.yingzhuo |
ArtifactId | ArtifactIdnsq-j-spring-boot |
Version | Version1.0.0 |
Type | Typejar |
Filename | Size |
---|---|
nsq-j-spring-boot-1.0.0.pom | |
nsq-j-spring-boot-1.0.0.jar | 9 KB |
nsq-j-spring-boot-1.0.0-sources.jar | 7 KB |
nsq-j-spring-boot-1.0.0-javadoc.jar | 57 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.yingzhuo/nsq-j-spring-boot/ -->
<dependency>
<groupId>com.github.yingzhuo</groupId>
<artifactId>nsq-j-spring-boot</artifactId>
<version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.yingzhuo/nsq-j-spring-boot/
implementation 'com.github.yingzhuo:nsq-j-spring-boot:1.0.0'
// https://jarcasting.com/artifacts/com.github.yingzhuo/nsq-j-spring-boot/
implementation ("com.github.yingzhuo:nsq-j-spring-boot:1.0.0")
'com.github.yingzhuo:nsq-j-spring-boot:jar:1.0.0'
<dependency org="com.github.yingzhuo" name="nsq-j-spring-boot" rev="1.0.0">
<artifact name="nsq-j-spring-boot" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.yingzhuo', module='nsq-j-spring-boot', version='1.0.0')
)
libraryDependencies += "com.github.yingzhuo" % "nsq-j-spring-boot" % "1.0.0"
[com.github.yingzhuo/nsq-j-spring-boot "1.0.0"]