Background:
I have multiple projects that utilize the same logic across their business so I decided to split the shared part and reference it in both projects.
Example:
Suppose there is an HR application and an Accounting application that require a shared business in this case let's say count hours
which is part of calculations class (let's call it calc
).
Both applications (HR & Accounting) have their own repository on gitlab. Also have independent deployment and utilize the calc
package which is uploaded on nexus repository.
Question:
I would like to know if there is a way to find projects using calc
package through the package name across the repositories.