is not current version
Last Version 0.3.4

io.scalecube:config-parent 0.2.1

ScaleCube Config is a configuration management library for JVM based distributed applications.

Categories

Categories

config Application Layer Libs Configuration
GroupId

GroupId

io.scalecube
ArtifactId

ArtifactId

config-parent
Version

Version

0.2.1
Type

Type

pom

Download config-parent 0.2.1

Filename Size
config-parent-0.2.1.pom 9 KB
Browse

<!-- https://jarcasting.com/artifacts/io.scalecube/config-parent/ -->
<dependency>
    <groupId>io.scalecube</groupId>
    <artifactId>config-parent</artifactId>
    <version>0.2.1</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.scalecube/config-parent/
implementation 'io.scalecube:config-parent:0.2.1'
// https://jarcasting.com/artifacts/io.scalecube/config-parent/
implementation ("io.scalecube:config-parent:0.2.1")
'io.scalecube:config-parent:pom:0.2.1'
<dependency org="io.scalecube" name="config-parent" rev="0.2.1">
  <artifact name="config-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.scalecube', module='config-parent', version='0.2.1')
)
libraryDependencies += "io.scalecube" % "config-parent" % "0.2.1"
[io.scalecube/config-parent "0.2.1"]