| License |
License |
|---|---|
| GroupId | GroupIdio.airdeploy |
| ArtifactId | ArtifactIdflagger |
| Version | Version3.0.4 |
| Type | Typejar |
| Description |
Descriptionio.airdeploy:flagger
An open source Java SDK for feature flagging (feature gating, feature toggles). Documentation available at https://docs.airdeploy.io.
|
| Filename | Size |
|---|---|
| flagger-3.0.4.pom | |
| flagger-3.0.4.jar | 20 MB |
| flagger-3.0.4-sources.jar | 20 MB |
| flagger-3.0.4-javadoc.jar | 126 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/io.airdeploy/flagger/ -->
<dependency>
<groupId>io.airdeploy</groupId>
<artifactId>flagger</artifactId>
<version>3.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.airdeploy/flagger/
implementation 'io.airdeploy:flagger:3.0.4'
// https://jarcasting.com/artifacts/io.airdeploy/flagger/
implementation ("io.airdeploy:flagger:3.0.4")
'io.airdeploy:flagger:jar:3.0.4'
<dependency org="io.airdeploy" name="flagger" rev="3.0.4">
<artifact name="flagger" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.airdeploy', module='flagger', version='3.0.4')
)
libraryDependencies += "io.airdeploy" % "flagger" % "3.0.4"
[io.airdeploy/flagger "3.0.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| org.projectlombok : lombok | jar | 1.18.4 |
| net.java.dev.jna : jna | jar | 5.4.0 |
| com.fasterxml.jackson.core : jackson-databind | jar | 2.9.9.3 |
| org.apache.httpcomponents : httpclient | jar | 4.5.10 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.12 |
| org.json : json | jar | 20160810 |