Releases: gremlin/failure-flags-java
Releases · gremlin/failure-flags-java
v1.1
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
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/'
}