Skip to content

Releases: gremlin/failure-flags-java

v1.1

06 Mar 17:40
30ed2fe
Compare
Choose a tag to compare

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.1'
}

Under repositories add this maven repository:

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

v1.0

26 Sep 05:18
a587d32
Compare
Choose a tag to compare

This release 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.0'
}

Under repositories add this maven repository:

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