| Категории |
КатегорииCLI Взаимодействие с пользователем |
|---|---|
| Группа | Группаorg.joyqueue |
| Идентификатор | Идентификаторjoyqueue-client-all-shaded |
| Версия | Версия4.2.5 |
| Тип | Типjar |
<!-- https://jarcasting.com/artifacts/org.joyqueue/joyqueue-client-all-shaded/ -->
<dependency>
<groupId>org.joyqueue</groupId>
<artifactId>joyqueue-client-all-shaded</artifactId>
<version>4.2.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-client-all-shaded/
implementation 'org.joyqueue:joyqueue-client-all-shaded:4.2.5'
// https://jarcasting.com/artifacts/org.joyqueue/joyqueue-client-all-shaded/
implementation ("org.joyqueue:joyqueue-client-all-shaded:4.2.5")
'org.joyqueue:joyqueue-client-all-shaded:jar:4.2.5'
<dependency org="org.joyqueue" name="joyqueue-client-all-shaded" rev="4.2.5">
<artifact name="joyqueue-client-all-shaded" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.joyqueue', module='joyqueue-client-all-shaded', version='4.2.5')
)
libraryDependencies += "org.joyqueue" % "joyqueue-client-all-shaded" % "4.2.5"
[org.joyqueue/joyqueue-client-all-shaded "4.2.5"]