Moo MVEL

Mapping Objects to Objects

Лицензия

Лицензия

BSD
Категории

Категории

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

Группа

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

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

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

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

2.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

http://github.com/geoffreywiseman/Moo

Скачать moo-mvel

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

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

Зависимости

compile (4)

Идентификатор библиотеки Тип Версия
org.slf4j : slf4j-api jar 1.7.25
ch.qos.logback : logback-classic jar 1.2.3
org.mvel : mvel2 jar 2.4.0.Final
com.codiform : moo-core jar 2.1.0

test (3)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.12
org.hamcrest : hamcrest-library jar 1.3
org.mockito : mockito-core jar 2.21.0

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

Данный проект не имеет модулей.

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