Categories |
CategoriesSpring Boot Container Microservices Messaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.joyqueue |
ArtifactId | ArtifactIdopenmessaging-spring-boot |
Version | Version4.2.5.1 |
Type | Typepom |
Filename | Size |
---|---|
openmessaging-spring-boot-4.2.5.1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyqueue/openmessaging-spring-boot/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>openmessaging-spring-boot</artifactId>
<version>4.2.5.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/openmessaging-spring-boot/
implementation 'org.joyqueue:openmessaging-spring-boot:4.2.5.1'
// https://jarcasting.com/artifacts/org.joyqueue/openmessaging-spring-boot/
implementation ("org.joyqueue:openmessaging-spring-boot:4.2.5.1")
'org.joyqueue:openmessaging-spring-boot:pom:4.2.5.1'
<dependency org="org.joyqueue" name="openmessaging-spring-boot" rev="4.2.5.1">
<artifact name="openmessaging-spring-boot" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='openmessaging-spring-boot', version='4.2.5.1')
)
libraryDependencies += "org.joyqueue" % "openmessaging-spring-boot" % "4.2.5.1"
[org.joyqueue/openmessaging-spring-boot "4.2.5.1"]