I am trying to reorganize this Android (Java based) library to use the buildSrc folder to define all versions and dependencies as described in this article. I already set this successfully up for several times for Kotlin bases projects. This time the project is pure Java. In the buildSrc folder I created the following buildSrc/src/main/java/org/ligi/snackengage/Dependencies.java file: Then I refer to