Categories |
Categoriesconfig Application Layer Libs Configuration |
---|---|
GroupId | GroupIdio.stargate.config.store.yaml |
ArtifactId | ArtifactIdconfig-store-yaml |
Version | Version1.0.38 |
Type | Typejar |
Filename | Size |
---|---|
config-store-yaml-1.0.38.pom | |
config-store-yaml-1.0.38.jar | 3 MB |
config-store-yaml-1.0.38-sources.jar | 4 KB |
config-store-yaml-1.0.38-javadoc.jar | 42 KB |
Browse |
<!-- 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>1.0.38</version>
</dependency>
// https://jarcasting.com/artifacts/io.stargate.config.store.yaml/config-store-yaml/
implementation 'io.stargate.config.store.yaml:config-store-yaml:1.0.38'
// https://jarcasting.com/artifacts/io.stargate.config.store.yaml/config-store-yaml/
implementation ("io.stargate.config.store.yaml:config-store-yaml:1.0.38")
'io.stargate.config.store.yaml:config-store-yaml:jar:1.0.38'
<dependency org="io.stargate.config.store.yaml" name="config-store-yaml" rev="1.0.38">
<artifact name="config-store-yaml" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.stargate.config.store.yaml', module='config-store-yaml', version='1.0.38')
)
libraryDependencies += "io.stargate.config.store.yaml" % "config-store-yaml" % "1.0.38"
[io.stargate.config.store.yaml/config-store-yaml "1.0.38"]