Of course, he cannot find it, because this artifact is not available in Maven Central in any of the most popular Maven public repositories, as I see it. You have to figure out how you can get it with Maven. From my 1-minute research, it seems that it is mostly unavailable to Maven anywhere in public.
So what can you do. If you use and have access to some own Maven repository (for example, to the internal Nexus or something else), you can deploy the loaded banks to it. This is the preferred method and it does not suck. Alternatively, you can install it in a local repo, but each developer will have to do this starting from the project. Alternatively, you can put these libraries in SCM along with the code and depend on them using the system area , but that sucks.
source share