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