1
0
mirror of https://github.com/Unleash/unleash.git synced 2024-10-18 20:09:08 +02:00
unleash.unleash/unleash-client-java
Ivar Conradi Østhus 81168c1a82 Update README.md
2020-02-20 08:30:10 +01:00
..
src Added a simple util to perfom some manual testing to verify the client-server communication. 2020-02-20 08:30:07 +01:00
pom.xml Extended java-client to support the following: 2020-02-20 08:30:07 +01:00
README.md Update README.md 2020-02-20 08:30:10 +01:00

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
}