Categories |
CategoriesDocker Container Virtualization Tools config Application Layer Libs Configuration |
---|---|
GroupId | GroupIdorg.apache.servicecomb.saga |
ArtifactId | ArtifactIddocker-build-config |
Version | Version0.2.1 |
Type | Typepom |
Filename | Size |
---|---|
docker-build-config-0.2.1.pom | 3 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.apache.servicecomb.saga/docker-build-config/ -->
<dependency>
<groupId>org.apache.servicecomb.saga</groupId>
<artifactId>docker-build-config</artifactId>
<version>0.2.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/org.apache.servicecomb.saga/docker-build-config/
implementation 'org.apache.servicecomb.saga:docker-build-config:0.2.1'
// https://jarcasting.com/artifacts/org.apache.servicecomb.saga/docker-build-config/
implementation ("org.apache.servicecomb.saga:docker-build-config:0.2.1")
'org.apache.servicecomb.saga:docker-build-config:pom:0.2.1'
<dependency org="org.apache.servicecomb.saga" name="docker-build-config" rev="0.2.1">
<artifact name="docker-build-config" type="pom" />
</dependency>
@Grapes(
@Grab(group='org.apache.servicecomb.saga', module='docker-build-config', version='0.2.1')
)
libraryDependencies += "org.apache.servicecomb.saga" % "docker-build-config" % "0.2.1"
[org.apache.servicecomb.saga/docker-build-config "0.2.1"]