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