не последняя версия
Последняя версия 3.0.4

io.airdeploy:flagger 3.0.0

Flagger is an open-source feature flagging library. Feature flags allows developers to deliver features quickly and safely with fine-grained control over who sees each feature. Flagger can be configured locally without setting up new services or making network requests.

Группа

Группа

io.airdeploy
Идентификатор

Идентификатор

flagger
Версия

Версия

3.0.0
Тип

Тип

jar

Скачать flagger 3.0.0


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