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