is not current version
Last Version 3.0.4

io.airdeploy:flagger 3.0.3

An open source Java SDK for feature flagging (feature gating, feature toggles). Documentation available at https://docs.airdeploy.io.

GroupId

GroupId

io.airdeploy
ArtifactId

ArtifactId

flagger
Version

Version

3.0.3
Type

Type

jar

Download flagger 3.0.3


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