Categories |
CategoriesCLI User Interface |
---|---|
GroupId | GroupIdorg.joyqueue |
ArtifactId | ArtifactIdjoyqueue-client |
Version | Version4.2.4-RC1 |
Type | Typepom |
Filename | Size |
---|---|
joyqueue-client-4.2.4-RC1.pom | 2 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.joyqueue/joyqueue-client/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>joyqueue-client</artifactId>
<version>4.2.4-RC1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-client/
implementation 'org.joyqueue:joyqueue-client:4.2.4-RC1'
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-client/
implementation ("org.joyqueue:joyqueue-client:4.2.4-RC1")
'org.joyqueue:joyqueue-client:pom:4.2.4-RC1'
<dependency org="org.joyqueue" name="joyqueue-client" rev="4.2.4-RC1">
<artifact name="joyqueue-client" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='joyqueue-client', version='4.2.4-RC1')
)
libraryDependencies += "org.joyqueue" % "joyqueue-client" % "4.2.4-RC1"
[org.joyqueue/joyqueue-client "4.2.4-RC1"]