Last Version

ConfigCat Java SDK 2.1.4

ConfigCat is a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.

License

License

Categories

Categories

CLI User Interface config Application Layer Libs Configuration
GroupId

GroupId

com.configcat
ArtifactId

ArtifactId

configcat-client
Version

Version

2.1.4
Type

Type

jar
Description

Description

ConfigCat Java SDK
ConfigCat is a feature flag, feature toggle, and configuration management service. That lets you launch new features and change your software configuration remotely without actually (re)deploying code. ConfigCat even helps you do controlled roll-outs like canary releases and blue-green deployments.
Project URL

Project URL

https://github.com/configcat/java-sdk
Project Organization

Project Organization

ConfigCat
Source Code Management

Source Code Management

https://github.com/configcat/java-sdk

Download configcat-client 2.1.4


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

Dependencies

compile (4)

Group / Artifact Type Version
com.squareup.okhttp3 : okhttp jar 3.9.1
org.slf4j : slf4j-api jar 1.7.25
com.google.code.gson : gson jar 2.8.2
commons-codec : commons-codec jar 1.11

Project Modules

There are no modules declared in this project.