Moo Parent

Mapping Objects to Objects

Лицензия

Лицензия

BSD
Категории

Категории

ORM Данные
Группа

Группа

com.codiform
Идентификатор

Идентификатор

moo-parent
Последняя версия

Последняя версия

2.1.0
Дата

Дата

Тип

Тип

pom
Описание

Описание

Moo Parent
Mapping Objects to Objects
Система контроля версий

Система контроля версий

http://github.com/geoffreywiseman/Moo

Скачать moo-parent

Имя Файла Размер
moo-parent-2.1.0.pom 3 KB
Обзор

Как подключить последнюю версию

<!-- 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"]

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

Модули Проекта

  • 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.

Версии библиотеки

Версия
2.1.0
2.0