Moo Parent

Mapping Objects to Objects

License

License

BSD
Categories

Categories

ORM Data
GroupId

GroupId

com.codiform
ArtifactId

ArtifactId

moo-parent
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

pom
Description

Description

Moo Parent
Mapping Objects to Objects
Source Code Management

Source Code Management

http://github.com/geoffreywiseman/Moo

Download moo-parent

Filename Size
moo-parent-2.1.0.pom 3 KB
Browse

How to add to project

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

Dependencies

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

Project Modules

  • moo-core
  • moo-mvel

Moo: Mapping Objects to Objects

It's not uncommon to need to do some mapping from one object model to another, whether that's data transfer objects, an anti-corruption layer, or something else. Two projects I've been on have written code similar to this, and I thought it was time to start re-using rather than building from scratch.

More Information

You can find more information by reading one of the following:

License and Copyright

More information on the copyright and license can be found in NOTICE and LICENSE respectively, but basically it's BSD licensed and Copyright (C) 2009, Geoffrey Wiseman.

Continuous Integration

Moo is built by Travis CI.

Versions

Version
2.1.0
2.0