is not current version
Last Version 2.2.3

sh.platform:config 2.2.1

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.1
Type

Type

jar

Download config 2.2.1


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