Categories |
CategoriesSpring Boot Container Microservices |
---|---|
GroupId | GroupIdcom.github.combinedmq |
ArtifactId | ArtifactIdcombinedmq-spring-boot-sample-queue |
Version | Version1.0.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq-spring-boot-sample-queue/ -->
<dependency>
<groupId>com.github.combinedmq</groupId>
<artifactId>combinedmq-spring-boot-sample-queue</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq-spring-boot-sample-queue/
implementation 'com.github.combinedmq:combinedmq-spring-boot-sample-queue:1.0.1'
// https://jarcasting.com/artifacts/com.github.combinedmq/combinedmq-spring-boot-sample-queue/
implementation ("com.github.combinedmq:combinedmq-spring-boot-sample-queue:1.0.1")
'com.github.combinedmq:combinedmq-spring-boot-sample-queue:jar:1.0.1'
<dependency org="com.github.combinedmq" name="combinedmq-spring-boot-sample-queue" rev="1.0.1">
<artifact name="combinedmq-spring-boot-sample-queue" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.combinedmq', module='combinedmq-spring-boot-sample-queue', version='1.0.1')
)
libraryDependencies += "com.github.combinedmq" % "combinedmq-spring-boot-sample-queue" % "1.0.1"
[com.github.combinedmq/combinedmq-spring-boot-sample-queue "1.0.1"]