package client; import not.from.maven.SomeAPI; public class App { public static void main(String[] args) { System.out.println("The answer is " + SomeAPI.answer()); } private App() {} }