| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.googlecode.ssd-utils |
| Идентификатор | Идентификаторbean-converter |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеBean Converter
BeanConverter is an efficient Java Bean to Java Bean mapper that recursively copies data from one object to another. BeanConverter rely on byte cote generation to avoid reflection at runtime.
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| bean-converter-0.0.2.pom | 2 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter/ -->
<dependency>
<groupId>com.googlecode.ssd-utils</groupId>
<artifactId>bean-converter</artifactId>
<version>0.0.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter/
implementation 'com.googlecode.ssd-utils:bean-converter:0.0.2'
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter/
implementation ("com.googlecode.ssd-utils:bean-converter:0.0.2")
'com.googlecode.ssd-utils:bean-converter:pom:0.0.2'
<dependency org="com.googlecode.ssd-utils" name="bean-converter" rev="0.0.2">
<artifact name="bean-converter" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ssd-utils', module='bean-converter', version='0.0.2')
)
libraryDependencies += "com.googlecode.ssd-utils" % "bean-converter" % "0.0.2"
[com.googlecode.ssd-utils/bean-converter "0.0.2"]