unable to find gradle dependency for zephyr -ZFJCloudRestClient

1.9k Views Asked by At

I am new to ZAPI and generating the JWT token through java code for authentication.

I got the code for generate JWT token from :https://github.com/zephyrdeveloper/zapi-cloud/blob/master/Samples/src/com/thed/zapi/cloud/sample/sampleJwtGenerator.java

i was not able to resolve couple of imports

import com.thed.zephyr.cloud.rest.ZFJCloudRestClient;
import com.thed.zephyr.cloud.rest.client.JwtGenerator;

Can someone pleasse help me which gradle dependencies do i need use to get use to get this resolved.

Thanks

1

There are 1 best solutions below

0
On