License |
License |
---|---|
GroupId | GroupIdio.github.akayibrahim |
ArtifactId | ArtifactIdfeatureflags |
Version | Version1.0.4 |
Type | Typejar |
Description |
Descriptionfeatureflags
FeatureFlags for Spring Boot
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
featureflags-1.0.4.pom | |
featureflags-1.0.4.jar | 5 KB |
featureflags-1.0.4-sources.jar | 4 KB |
featureflags-1.0.4-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/io.github.akayibrahim/featureflags/ -->
<dependency>
<groupId>io.github.akayibrahim</groupId>
<artifactId>featureflags</artifactId>
<version>1.0.4</version>
</dependency>
// https://jarcasting.com/artifacts/io.github.akayibrahim/featureflags/
implementation 'io.github.akayibrahim:featureflags:1.0.4'
// https://jarcasting.com/artifacts/io.github.akayibrahim/featureflags/
implementation ("io.github.akayibrahim:featureflags:1.0.4")
'io.github.akayibrahim:featureflags:jar:1.0.4'
<dependency org="io.github.akayibrahim" name="featureflags" rev="1.0.4">
<artifact name="featureflags" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.github.akayibrahim', module='featureflags', version='1.0.4')
)
libraryDependencies += "io.github.akayibrahim" % "featureflags" % "1.0.4"
[io.github.akayibrahim/featureflags "1.0.4"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework.boot : spring-boot-starter-web | jar | 2.3.1.RELEASE |
org.springframework.boot : spring-boot-starter-test | jar | 2.3.1.RELEASE |
org.aspectj : aspectjweaver | jar | 1.9.5 |