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