Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdguru.breakthemonolith |
ArtifactId | ArtifactIdDockerProcessAPI |
Version | Version0.1.0-rc1 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/guru.breakthemonolith/DockerProcessAPI/ -->
<dependency>
<groupId>guru.breakthemonolith</groupId>
<artifactId>DockerProcessAPI</artifactId>
<version>0.1.0-rc1</version>
</dependency>
// https://jarcasting.com/artifacts/guru.breakthemonolith/DockerProcessAPI/
implementation 'guru.breakthemonolith:DockerProcessAPI:0.1.0-rc1'
// https://jarcasting.com/artifacts/guru.breakthemonolith/DockerProcessAPI/
implementation ("guru.breakthemonolith:DockerProcessAPI:0.1.0-rc1")
'guru.breakthemonolith:DockerProcessAPI:jar:0.1.0-rc1'
<dependency org="guru.breakthemonolith" name="DockerProcessAPI" rev="0.1.0-rc1">
<artifact name="DockerProcessAPI" type="jar" />
</dependency>
@Grapes(
@Grab(group='guru.breakthemonolith', module='DockerProcessAPI', version='0.1.0-rc1')
)
libraryDependencies += "guru.breakthemonolith" % "DockerProcessAPI" % "0.1.0-rc1"
[guru.breakthemonolith/DockerProcessAPI "0.1.0-rc1"]