All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.tiogasolutions.notify.client.HelloClient Maven / Gradle / Ivy

package org.tiogasolutions.notify.client;

public class HelloClient {

  public String saySomething() {
    return "Hello Client";
  }

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy