I want to use okhttp library in process during "Connectors in" "Script->Groovy 2.4", unfortunately I have errors during execution like:
Script1.groovy: 1: unable to resolve class okhttp3.OkHttpClient @ line 1, column 1. import okhttp3.OkHttpClient
I tried different way and different versions of OkHttp jar files, but finally I failed...
Currently I used in "Development->Manage dependencies" following jar files:
- okhttp-4.9.1
- kotlin-stdlib-1.5.10
- okio-2.10.0
Librarry stack is correct - I was able to do this task in separate project (in Eclipse) and it works correctly.
Code of script:
import okhttp3.OkHttpClient OkHttpClient okclient = new OkHttpClient(); return true;
Could you please support me in this issue?
I will buy a beer :)
Thanks in advance,
Darek