I am using ngdbc.jar to connect java and HANA.But Now I wanted to build an web application.So I searched for the equivalent maven repositoy but I could not find that one. I found mostly for the cloud ones and finally this one
<dependency>
<groupId>com.sap.cloud</groupId>
<artifactId>neo-java-web-api</artifactId>
<version>1.53.18.2</version>
<scope>provided</scope>
</dependency>
Can any one tell which repository I can use instead of ngdbc.jar?Any help is appreciated