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