RealLifeDeveloper Artifacts Now Available From Central Maven Repository

The Java artifacts described so far, rld-parent and rld-build-tools, are now available from the central Maven repository.

This means that you do not have to build them manually to install them in the local repository, just add a dependency in your POM:

<dependency>
    <groupId>com.reallifedeveloper</groupId>
    <artifactId>rld-build-tools</artifactId>
    <version>1.4</version>
</dependency>
RealLifeDeveloper

Published by

RealLifeDeveloper

I'm a software developer with 20+ years of experience who likes to work in agile teams using Specification by Example, Domain-Driven Design, Continuous Delivery and lots of automation.

Leave a Reply

Your email address will not be published. Required fields are marked *