Moo Core

Mapping Objects to Objects

License

License

BSD
Categories

Categories

ORM Data
GroupId

GroupId

com.codiform
ArtifactId

ArtifactId

moo-core
Last Version

Last Version

2.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

Moo Core
Mapping Objects to Objects
Source Code Management

Source Code Management

http://github.com/geoffreywiseman/Moo

Download moo-core

How to add to project

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

Dependencies

compile (2)

Group / Artifact Type Version
org.slf4j : slf4j-api jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3

test (3)

Group / Artifact Type Version
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 2.21.0

Project Modules

There are no modules declared in this project.

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