我是ZAPI的新手,并通过java代码生成JWT令牌进行身份验证。
我从:https://github.com/zephyrdeveloper/zapi-cloud/blob/master/Samples/src/com/thed/zapi/cloud/sample/sampleJwtGenerator.java 获得了生成 JWT 令牌的代码
我无法解决几个导入
import com.thed.zephyr.cloud.rest.ZFJCloudRestClient;
import com.thed.zephyr.cloud.rest.client.JwtGenerator;
有人可以帮我使用哪些 gradle 依赖项来解决此问题吗?
谢谢
我从这里下载了解决了我问题的罐子:https://github.com/jenkinsci/zephyr-for-jira-test-management-plugin/blob/master/src/main/resources/zfj-cloud-rest-client-3.0.jar