transmorph

Java library to convert a Java object of one type into an object of another type (with another signature, possibly parameterized).

Лицензия

Лицензия

Категории

Категории

Сеть
Группа

Группа

net.sf.transmorph
Идентификатор

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

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

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

3.1.3
Дата

Дата

Тип

Тип

jar
Описание

Описание

transmorph
Java library to convert a Java object of one type into an object of another type (with another signature, possibly parameterized).
Ссылка на сайт

Ссылка на сайт

https://github.com/cchabanois/transmorph/wiki
Организация-разработчик

Организация-разработчик

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

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

https://github.com/cchabanois/transmorph

Скачать transmorph

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

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

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
junit : junit jar 4.7

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

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

transmorph v3.1.3

Build Status

Cédric Chabanois, cchabanois at gmail com

Introduction

Welcome to transmorph! Transmorph is a free java library used to convert a Java object of one type into an object of another type (with another signature, possibly parameterized).

Transmorph is licensed under the terms of Apache License Version 2.0. A copy of the licence is included in the distribution.

Please note that transmorph is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Please refer to the licence for details.

Documentation

See documentation on transmorph wiki

Dependencies

Transmorph has the following dependencies:

(a) JDK 1.5 or higher

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

Версия
3.1.3
3.1.1
3.1.0
3.0.2
3.0.1
3.0.0
2.2.2