MVN

net.psybit.factory : mother-factory

Maven & Gradle

Jun 19, 2019

mother-factory generator Maven Plugin · The most embarrasing plugin to generate static factories for pojos

<plugin>
    <groupId>net.psybit.factory</groupId>
    <artifactId>mother-factory</artifactId>
    <version>0.5.5</version>
</plugin>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.psybit.factory : mother-factory to add to Maven - Latest Versions:

  • Latest Stable: 0.5.5

All Versions

Choose a version of net.psybit.factory : mother-factory to add to Maven - All Versions:

Version Vulnerabilities Updated
0.5.x
mother-factory-0.5.5
mother-factory-0.5.1
0.0.x
mother-factory-0.0.3
mother-factory-0.0.2
mother-factory-0.0.1

How to add a plugin to Maven

Add the maven plugin to the pom.xml file information in this tag as follows:

<plugin>
    <groupId>net.psybit.factory</groupId>
    <artifactId>mother-factory</artifactId>
    <version>0.5.5</version>
</plugin>