is not current version
Last Version 2.2.3

sh.platform:config 2.2.0

This library provides a streamlined and easy to use way to interact with a Platform.sh environment.

Categories

Categories

config Application Layer Libs Configuration ORM Data
GroupId

GroupId

sh.platform
ArtifactId

ArtifactId

config
Version

Version

2.2.0
Type

Type

jar

Download config 2.2.0


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