License |
License |
---|---|
Categories |
Categoriesconfig Application Layer Libs Configuration |
GroupId | GroupIdio.scalecube |
ArtifactId | ArtifactIdconfig-parent |
Version | Version0.3.4 |
Type | Typepom |
Description |
DescriptionScaleCube Config
ScaleCube Config is a configuration management library for JVM based distributed applications.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
config-parent-0.3.4.pom | 10 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.scalecube/config-parent/ -->
<dependency>
<groupId>io.scalecube</groupId>
<artifactId>config-parent</artifactId>
<version>0.3.4</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.scalecube/config-parent/
implementation 'io.scalecube:config-parent:0.3.4'
// https://jarcasting.com/artifacts/io.scalecube/config-parent/
implementation ("io.scalecube:config-parent:0.3.4")
'io.scalecube:config-parent:pom:0.3.4'
<dependency org="io.scalecube" name="config-parent" rev="0.3.4">
<artifact name="config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.scalecube', module='config-parent', version='0.3.4')
)
libraryDependencies += "io.scalecube" % "config-parent" % "0.3.4"
[io.scalecube/config-parent "0.3.4"]