| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.googlecode.ssd-utils |
| Идентификатор | Идентификаторbean-converter-core |
| Последняя версия | Последняя версия0.0.2 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
Описание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-core-0.0.2.pom | |
| bean-converter-core-0.0.2.jar | 12 KB |
| bean-converter-core-0.0.2-sources.jar | 8 KB |
| bean-converter-core-0.0.2-javadoc.jar | 65 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-core/ -->
<dependency>
<groupId>com.googlecode.ssd-utils</groupId>
<artifactId>bean-converter-core</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-core/
implementation 'com.googlecode.ssd-utils:bean-converter-core:0.0.2'
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-core/
implementation ("com.googlecode.ssd-utils:bean-converter-core:0.0.2")
'com.googlecode.ssd-utils:bean-converter-core:jar:0.0.2'
<dependency org="com.googlecode.ssd-utils" name="bean-converter-core" rev="0.0.2">
<artifact name="bean-converter-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ssd-utils', module='bean-converter-core', version='0.0.2')
)
libraryDependencies += "com.googlecode.ssd-utils" % "bean-converter-core" % "0.0.2"
[com.googlecode.ssd-utils/bean-converter-core "0.0.2"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| asm : asm-all | jar | 3.2 |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.8.1 |