is not current version
Last Version 1.0.4

io.github.akayibrahim:featureflags 1.0.1

FeatureFlags for Spring Boot

GroupId

GroupId

io.github.akayibrahim
ArtifactId

ArtifactId

featureflags
Version

Version

1.0.1
Type

Type

jar

Download featureflags 1.0.1


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