is not current version
Last Version 2.0.0

com.appcrossings.config:appconfig-client 1.0.1

A property placeholder configurer compatible with Spring and allowing hierarchical configurations to be externalized from the application and loaded by URL

Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

com.appcrossings.config
ArtifactId

ArtifactId

appconfig-client
Version

Version

1.0.1
Type

Type

jar

Download appconfig-client 1.0.1


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