не последняя версия
Последняя версия 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.

Группа

Группа

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

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

flagger
Версия

Версия

3.0.3
Тип

Тип

jar

Скачать 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"]