Categories |
CategoriesDocker Container Virtualization Tools |
---|---|
GroupId | GroupIdcom.github.swissquote |
ArtifactId | ArtifactIdcarnotzet-orchestrator-docker-compose |
Version | Version1.2.0 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/com.github.swissquote/carnotzet-orchestrator-docker-compose/ -->
<dependency>
<groupId>com.github.swissquote</groupId>
<artifactId>carnotzet-orchestrator-docker-compose</artifactId>
<version>1.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.swissquote/carnotzet-orchestrator-docker-compose/
implementation 'com.github.swissquote:carnotzet-orchestrator-docker-compose:1.2.0'
// https://jarcasting.com/artifacts/com.github.swissquote/carnotzet-orchestrator-docker-compose/
implementation ("com.github.swissquote:carnotzet-orchestrator-docker-compose:1.2.0")
'com.github.swissquote:carnotzet-orchestrator-docker-compose:jar:1.2.0'
<dependency org="com.github.swissquote" name="carnotzet-orchestrator-docker-compose" rev="1.2.0">
<artifact name="carnotzet-orchestrator-docker-compose" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.swissquote', module='carnotzet-orchestrator-docker-compose', version='1.2.0')
)
libraryDependencies += "com.github.swissquote" % "carnotzet-orchestrator-docker-compose" % "1.2.0"
[com.github.swissquote/carnotzet-orchestrator-docker-compose "1.2.0"]