![JAR search and dependency download from the Maven repository](/logo.png)
ulSabharwal.artifactid-name.1.0.1.source-code.DemoClient Maven / Gradle / Ivy
public class DemoClient {
public int addTwoNumbers(int a,int b) {
System.out.println("Adding two numbers");
return a+b;
}
public int multiplyTwoNumbers(int a,int b) {
System.out.println("Multiply two numbers");
return a*b;
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy