Add a Play module from your own Nexus Repository
Those days I'm mainly working with the Play! Framework [https://www.playframework.com/] for Java. We are in a microservices setup and thus we end up having some common code between the different services. We decided to make Play Modules that we would import in the different projects. Creating the…