is not current version
Last Version 1.0.4

io.github.akayibrahim:featureflags 1.0.3

FeatureFlags for Spring Boot

GroupId

GroupId

io.github.akayibrahim
ArtifactId

ArtifactId

featureflags
Version

Version

1.0.3
Type

Type

jar

Download featureflags 1.0.3


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