Skip to content

Releases: gremlin/failure-flags-java

v1.2

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/'
}

v1.1

Choose a tag to compare

@allingeek allingeek released this 06 Mar 17:40
30ed2fe

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

Choose a tag to compare

@allingeek allingeek released this 26 Sep 05:18
a587d32

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/'
}