Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdfoundation.stack |
ArtifactId | ArtifactIddocker-bootstrap |
Version | Version0.1.0 |
Type | Typejar |
Filename | Size |
---|---|
docker-bootstrap-0.1.0.pom | |
docker-bootstrap-0.1.0.jar | 63 KB |
docker-bootstrap-0.1.0-sources.jar | 43 KB |
docker-bootstrap-0.1.0-javadoc.jar | 81 KB |
Browse |
<!-- https://jarcasting.com/artifacts/foundation.stack/docker-bootstrap/ -->
<dependency>
<groupId>foundation.stack</groupId>
<artifactId>docker-bootstrap</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/foundation.stack/docker-bootstrap/
implementation 'foundation.stack:docker-bootstrap:0.1.0'
// https://jarcasting.com/artifacts/foundation.stack/docker-bootstrap/
implementation ("foundation.stack:docker-bootstrap:0.1.0")
'foundation.stack:docker-bootstrap:jar:0.1.0'
<dependency org="foundation.stack" name="docker-bootstrap" rev="0.1.0">
<artifact name="docker-bootstrap" type="jar" />
</dependency>
@Grapes(
@Grab(group='foundation.stack', module='docker-bootstrap', version='0.1.0')
)
libraryDependencies += "foundation.stack" % "docker-bootstrap" % "0.1.0"
[foundation.stack/docker-bootstrap "0.1.0"]