1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/unleash-client-java
2020-02-20 08:30:11 +01:00
..
src moved java code into java folder to follow maven conventions 2020-02-20 08:30:11 +01:00
pom.xml Implemented a simple fethcer to replace httpclient 2020-02-20 08:30:11 +01:00
README.md

The Unleash Client 4 Java

Awesome API

It is really simple to use unleash.

if(unleash.isEnabled("AwesomeFeature")) {
  //do some magic
} else {
  //do old boring stuff
}