MVN

net.sf.mardao : mardao-parent

Maven & Gradle

Feb 13, 2015
18 stars

Mardao is a DAO generator, packaged as a maven plugin. The JPA-annotated Entities is the input to the generator.

<dependency>
    <groupId>net.sf.mardao</groupId>
    <artifactId>mardao-parent</artifactId>
    <version>3.0.13</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of net.sf.mardao : mardao-parent to add to Maven - Latest Versions:

  • Latest Stable: 3.0.13

All Versions

Choose a version of net.sf.mardao : mardao-parent to add to Maven - All Versions:

Version Vulnerabilities Updated
3.0.x
mardao-parent-3.0.13
mardao-parent-3.0.12
mardao-parent-3.0.11
mardao-parent-3.0.10
mardao-parent-3.0.9
mardao-parent-3.0.8
mardao-parent-3.0.6
mardao-parent-3.0.5
mardao-parent-3.0.4
2.3.x
mardao-parent-2.3.6
mardao-parent-2.3.3
mardao-parent-2.3.2
mardao-parent-2.3.1
mardao-parent-2.3.0
2.2.x
mardao-parent-2.2.3
mardao-parent-2.2.2

How to add a POM dependency to Maven

POM as dependency in dependencyManagement

<dependency>
    <groupId>net.sf.mardao</groupId>
    <artifactId>mardao-parent</artifactId>
    <version>3.0.13</version>
</dependency>

Advertisement