License |
License |
---|---|
Categories |
CategoriesASM Application Layer Libs Bytecode Manipulation |
GroupId | GroupIdcom.googlecode.ssd-utils |
ArtifactId | ArtifactIdbean-converter-asmifier |
Version | Version0.0.2 |
Type | Typejar |
Description |
DescriptionBean Converter Asmifier
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.
|
Source Code Management |
Source Code Management |
<!-- https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-asmifier/ -->
<dependency>
<groupId>com.googlecode.ssd-utils</groupId>
<artifactId>bean-converter-asmifier</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-asmifier/
implementation 'com.googlecode.ssd-utils:bean-converter-asmifier:0.0.2'
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-asmifier/
implementation ("com.googlecode.ssd-utils:bean-converter-asmifier:0.0.2")
'com.googlecode.ssd-utils:bean-converter-asmifier:jar:0.0.2'
<dependency org="com.googlecode.ssd-utils" name="bean-converter-asmifier" rev="0.0.2">
<artifact name="bean-converter-asmifier" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ssd-utils', module='bean-converter-asmifier', version='0.0.2')
)
libraryDependencies += "com.googlecode.ssd-utils" % "bean-converter-asmifier" % "0.0.2"
[com.googlecode.ssd-utils/bean-converter-asmifier "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.ssd-utils : bean-converter-core | jar | 0.0.2 |