Categories |
CategoriesDocker Container Virtualization Tools Data CLI User Interface |
---|---|
GroupId | GroupIdio.allune |
ArtifactId | ArtifactIddocker-server-client-with-database |
Version | Version2.7.1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.allune/docker-server-client-with-database/ -->
<dependency>
<groupId>io.allune</groupId>
<artifactId>docker-server-client-with-database</artifactId>
<version>2.7.1</version>
</dependency>
// https://jarcasting.com/artifacts/io.allune/docker-server-client-with-database/
implementation 'io.allune:docker-server-client-with-database:2.7.1'
// https://jarcasting.com/artifacts/io.allune/docker-server-client-with-database/
implementation ("io.allune:docker-server-client-with-database:2.7.1")
'io.allune:docker-server-client-with-database:jar:2.7.1'
<dependency org="io.allune" name="docker-server-client-with-database" rev="2.7.1">
<artifact name="docker-server-client-with-database" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.allune', module='docker-server-client-with-database', version='2.7.1')
)
libraryDependencies += "io.allune" % "docker-server-client-with-database" % "2.7.1"
[io.allune/docker-server-client-with-database "2.7.1"]