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