Skip to content

v1.2

Latest

Choose a tag to compare

@allingeek allingeek released this 21 Jul 16:07

This release includes support for Java 8 and has functional parity with other Failure Flags SDKs. The artifacts are released in the gremlin maven repository.

You can get started by adding failureflags to your package dependencies. In your application's build.gradle, add the following implementation dependency:

dependencies {
  implementation 'com.gremlin:failure-flags-java:1.2'
}

Under repositories add this maven repository:

maven {
  url 'https://maven.gremlin.com/'
}