how to use spring-batch-extensions into our own project

1.1k Views Asked by At

We want to upload the excel file in our application and read the excel through asynchronous process to avoid delay in the synchronous reading. we want to use spring batch to read the excel file and I could not find any references other than spring-batch-extensions. spring-batch-extensions does not present in any maven repository to add as dependency rather source code is available git hub. Can someone help is there any better way to use spring-batch-extensions as dependency in the project instead of clone the code and build it as snapshot version ?

0

There are 0 best solutions below