License |
License |
---|---|
GroupId | GroupIdcom.googlecode.ssd-utils |
ArtifactId | ArtifactIdbean-converter-example |
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 |
<!-- https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-example/ -->
<dependency>
<groupId>com.googlecode.ssd-utils</groupId>
<artifactId>bean-converter-example</artifactId>
<version>0.0.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-example/
implementation 'com.googlecode.ssd-utils:bean-converter-example:0.0.2'
// https://jarcasting.com/artifacts/com.googlecode.ssd-utils/bean-converter-example/
implementation ("com.googlecode.ssd-utils:bean-converter-example:0.0.2")
'com.googlecode.ssd-utils:bean-converter-example:jar:0.0.2'
<dependency org="com.googlecode.ssd-utils" name="bean-converter-example" rev="0.0.2">
<artifact name="bean-converter-example" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.googlecode.ssd-utils', module='bean-converter-example', version='0.0.2')
)
libraryDependencies += "com.googlecode.ssd-utils" % "bean-converter-example" % "0.0.2"
[com.googlecode.ssd-utils/bean-converter-example "0.0.2"]
Group / Artifact | Type | Version |
---|---|---|
com.googlecode.ssd-utils : bean-converter-core | jar | 0.0.2 |
org.springframework : spring-core | jar | 3.0.4.RELEASE |
org.springframework : spring-beans | jar | 3.0.4.RELEASE |
org.springframework : spring-context | jar | 3.0.4.RELEASE |