I have published my artifact to Maven. Can be accessed here -> https://oss.sonatype.org/#nexus-search;classname~AccessGateLabs
Thereafter, I have added the dependency,
<dependency>
<groupId>com.accessgatelabs.oss</groupId>
<artifactId>response-builder</artifactId>
<version>1.0.2</version>
</dependency>
The dependency got added and I can see the jar inside the Maven dependency folder (screenshot attached)
After this, I am unable to import the class from this dependency.
Thanks!