Last Version

net.sf.mardao:mardao-parent 3.0.13

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

License

License

Categories

Categories

Net
GroupId

GroupId

net.sf.mardao
ArtifactId

ArtifactId

mardao-parent
Version

Version

3.0.13
Type

Type

pom
Description

Description

net.sf.mardao:mardao-parent
Mardao is a DAO generator, packaged as a maven plugin. The JPA-annotated Entities is the input to the generator.
Project URL

Project URL

http://github.com/sosandstrom/mardao
Project Organization

Project Organization

Wadpam
Source Code Management

Source Code Management

https://github.com/sosandstrom/mardao

Download mardao-parent 3.0.13

Filename Size
mardao-parent-3.0.13.pom 8 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sf.mardao/mardao-parent/ -->
<dependency>
    <groupId>net.sf.mardao</groupId>
    <artifactId>mardao-parent</artifactId>
    <version>3.0.13</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.mardao/mardao-parent/
implementation 'net.sf.mardao:mardao-parent:3.0.13'
// https://jarcasting.com/artifacts/net.sf.mardao/mardao-parent/
implementation ("net.sf.mardao:mardao-parent:3.0.13")
'net.sf.mardao:mardao-parent:pom:3.0.13'
<dependency org="net.sf.mardao" name="mardao-parent" rev="3.0.13">
  <artifact name="mardao-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.mardao', module='mardao-parent', version='3.0.13')
)
libraryDependencies += "net.sf.mardao" % "mardao-parent" % "3.0.13"
[net.sf.mardao/mardao-parent "3.0.13"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • mardao-core
  • mardao-maven-plugin
  • mardao-gae