Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.stargate.config.store.yaml |
ArtifactId | ArtifactIdconfig-store-yaml |
Version | Version2.0.0-ALPHA-6 |
Type | Typejar |
<!-- https://jarcasting.com/artifacts/io.stargate.config.store.yaml/config-store-yaml/ -->
<dependency>
<groupId>io.stargate.config.store.yaml</groupId>
<artifactId>config-store-yaml</artifactId>
<version>2.0.0-ALPHA-6</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.config.store.yaml/config-store-yaml/
implementation 'io.stargate.config.store.yaml:config-store-yaml:2.0.0-ALPHA-6'
// https://jarcasting.com/artifacts/io.stargate.config.store.yaml/config-store-yaml/
implementation ("io.stargate.config.store.yaml:config-store-yaml:2.0.0-ALPHA-6")
'io.stargate.config.store.yaml:config-store-yaml:jar:2.0.0-ALPHA-6'
<dependency org="io.stargate.config.store.yaml" name="config-store-yaml" rev="2.0.0-ALPHA-6">
<artifact name="config-store-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.config.store.yaml', module='config-store-yaml', version='2.0.0-ALPHA-6')
)
libraryDependencies += "io.stargate.config.store.yaml" % "config-store-yaml" % "2.0.0-ALPHA-6"
[io.stargate.config.store.yaml/config-store-yaml "2.0.0-ALPHA-6"]