I have been looking for ways to add OkHttp, or any other library, to the codeassist app. I do hope there is a solution to this?
Googling, asking experienced programmers in my locality. I really do hope to gain from your experience.
Go to https://mvnrepository.com and search for the library you want for example okhttp select version you want, in maven section find some information like this, save it you will need it next steps.
<!-- https://mvnrepository.com/artifact/com.squareup.okhttp3/okhttp -->
<dependency>
<groupId>com.squareup.okhttp3</groupId>
<artifactId>okhttp</artifactId>
<version>4.12.0</version>
</dependency>