g

go-feature-flag

GO Feature Flag provider for Java
https://gofeatureflag.org
Thomas Poignant
Files download
File Operation
go-feature-flag-0.2.20.jar download
go-feature-flag-0.2.20.pom download
go-feature-flag-0.2.20-sources.jar download
Apache Maven
<dependency>
  <groupId>dev.openfeature.contrib.providers</groupId>
  <artifactId>go-feature-flag</artifactId>
  <version>0.2.20</version>
</dependency>
Gradle Groovy
implementation 'dev.openfeature.contrib.providers:go-feature-flag:0.2.20'
Gradle Kotlin
implementation("dev.openfeature.contrib.providers:go-feature-flag:0.2.20")
Scala SBT
libraryDependencies += "dev.openfeature.contrib.providers" % "go-feature-flag" % "0.2.20"
Groovy Grape
@Grapes(
  @Grab(group='dev.openfeature.contrib.providers', module='go-feature-flag', version='0.2.20')
)
Apache Ivy
<dependency org="dev.openfeature.contrib.providers" name="go-feature-flag" rev="0.2.20" />
Leiningen
[dev.openfeature.contrib.providers/go-feature-flag "0.2.20"]
Apache Buildr
'dev.openfeature.contrib.providers:go-feature-flag:jar:0.2.20'