Facing error when installing JDBC client for kdb+.

Hi

I’m trying to install JDBC client for kdb+. I followed the steps given in kx’s jdbc repository.  

KxSystems/jdbc: JDBC client for kdb+ (github.com)

 

When I give mvn clean compile command, it threw the error like “no dependency information available”.

mvn clean compile

In my system, I have prerequisites like Java, Maven and kdb+. Could you please help me out to this problem. Kindly refer the error image in attachment.  Thanks in advance.

error appears to be couldn’t find javakdb 1.0 on the system
download javakdb version 1.0 from here https://github.com/KxSystems/javakdb/releases/tag/1.0 & run a mvn compile install  to install that package, prior to building JDBC