| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.ezmorph |
| ArtifactId | ArtifactIdezmorph |
| Last Version | Last Version1.0.6 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
Descriptionezmorph
Simple java library for transforming an Object to another Object.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| ezmorph-1.0.6.pom | |
| ezmorph-1.0.6.jar | 84 KB |
| ezmorph-1.0.6-sources.jar | 66 KB |
| ezmorph-1.0.6-javadoc.jar | 273 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.ezmorph/ezmorph/ -->
<dependency>
<groupId>net.sf.ezmorph</groupId>
<artifactId>ezmorph</artifactId>
<version>1.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.ezmorph/ezmorph/
implementation 'net.sf.ezmorph:ezmorph:1.0.6'
// https://jarcasting.com/artifacts/net.sf.ezmorph/ezmorph/
implementation ("net.sf.ezmorph:ezmorph:1.0.6")
'net.sf.ezmorph:ezmorph:jar:1.0.6'
<dependency org="net.sf.ezmorph" name="ezmorph" rev="1.0.6">
<artifact name="ezmorph" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.ezmorph', module='ezmorph', version='1.0.6')
)
libraryDependencies += "net.sf.ezmorph" % "ezmorph" % "1.0.6"
[net.sf.ezmorph/ezmorph "1.0.6"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit Optional | jar | 3.8.2 |
| commons-lang : commons-lang | jar | 2.3 |
| commons-beanutils : commons-beanutils Optional | jar | 1.7.0 |
| commons-logging : commons-logging Optional | jar | 1.1 |
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j Optional | jar | 1.2.14 |