License |
License |
---|---|
GroupId | GroupIdcom.googlecode.ssd-utils |
ArtifactId | ArtifactIdbean-converter-core |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionBeanConverter 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.
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
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 |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
asm : asm-all | jar | 3.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.8.1 |