Feature Flag

A feature flag tool to control new feature's open status.

License

License

GroupId

GroupId

cn.zzq0324
ArtifactId

ArtifactId

feature-flag
Last Version

Last Version

1.0.2
Release Date

Release Date

Type

Type

jar
Description

Description

Feature Flag
A feature flag tool to control new feature's open status.
Project URL

Project URL

https://github.com/zzq0324/feature-flag
Source Code Management

Source Code Management

https://github.com/zzq0324/feature-flag

Download feature-flag

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
com.taobao.arthas : arthas-memorycompiler jar 3.5.4
org.slf4j : slf4j-api jar 1.7.32

provided (1)

Group / Artifact Type Version
org.springframework : spring-context jar 4.3.30.RELEASE

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.2
org.springframework : spring-test jar 4.3.30.RELEASE

Project Modules

There are no modules declared in this project.

Versions

Version
1.0.2
1.0.1