are there any high-level lib

I can only found some lib for spot and future as in

<dependency>
  <groupId>com.binance.api</groupId>
  <artifactId>binance-api-client</artifactId>
  <version>1.0.0</version>
</dependency>
   
   <groupId>com.binance.sdk</groupId>
    <artifactId>binance-client</artifactId>
    <version>1.0.8-SNAPSHOT</version>

which I have to build the cache or solve environment problems myself, are there any high level lib for trading in binance which I can focus only on strategies.

  1. Not api-related question
  2. This is as high as I know that available for free. You can build your architecture based on this
  3. You can also try your luck and google to see if you can find any other 3rd-party lib that might meet your needs