The import info.geometrixx cannot be resolved
I am using archetype 10 project. I created a new class file under sample.core project. I am trying to access GeoHelper class by importing below:
import info.geometrixx.commons.util.GeoHelper;
I am getting a notification like below:
The import info.geometrixx cannot be resolved
How to resolve this issue? How can I import the jar file?