is not current version
Last Version 1.0.1

com.configx:configx-client 1.0.0

Configx Client

Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

com.configx
ArtifactId

ArtifactId

configx-client
Version

Version

1.0.0
Type

Type

jar

Download configx-client 1.0.0


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