Categories |
CategoriesMessaging Application Layer Libs |
---|---|
GroupId | GroupIdorg.joyqueue |
ArtifactId | ArtifactIdjoyqueue-openmessaging |
Version | Version4.2.5 |
Type | Typepom |
Filename | Size |
---|---|
joyqueue-openmessaging-4.2.5.pom | 1 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyqueue/joyqueue-openmessaging/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>joyqueue-openmessaging</artifactId>
<version>4.2.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-openmessaging/
implementation 'org.joyqueue:joyqueue-openmessaging:4.2.5'
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-openmessaging/
implementation ("org.joyqueue:joyqueue-openmessaging:4.2.5")
'org.joyqueue:joyqueue-openmessaging:pom:4.2.5'
<dependency org="org.joyqueue" name="joyqueue-openmessaging" rev="4.2.5">
<artifact name="joyqueue-openmessaging" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='joyqueue-openmessaging', version='4.2.5')
)
libraryDependencies += "org.joyqueue" % "joyqueue-openmessaging" % "4.2.5"
[org.joyqueue/joyqueue-openmessaging "4.2.5"]