| License |
License |
|---|---|
| Categories |
CategoriesNet |
| GroupId | GroupIdnet.sf.transmorph |
| ArtifactId | ArtifactIdtransmorph-parent |
| Last Version | Last Version2.2.2 |
| Release Date | Release Date |
| Type | Typepom |
| Description |
Descriptiontransmorph parent project
Java library to convert a Java object of one type into
an object of another type (with another signature, possibly
parameterized).
|
| Project Organization |
Project Organization |
| Filename | Size |
|---|---|
| transmorph-parent-2.2.2.pom | 2 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/net.sf.transmorph/transmorph-parent/ -->
<dependency>
<groupId>net.sf.transmorph</groupId>
<artifactId>transmorph-parent</artifactId>
<version>2.2.2</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.sf.transmorph/transmorph-parent/
implementation 'net.sf.transmorph:transmorph-parent:2.2.2'
// https://jarcasting.com/artifacts/net.sf.transmorph/transmorph-parent/
implementation ("net.sf.transmorph:transmorph-parent:2.2.2")
'net.sf.transmorph:transmorph-parent:pom:2.2.2'
<dependency org="net.sf.transmorph" name="transmorph-parent" rev="2.2.2">
<artifact name="transmorph-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.sf.transmorph', module='transmorph-parent', version='2.2.2')
)
libraryDependencies += "net.sf.transmorph" % "transmorph-parent" % "2.2.2"
[net.sf.transmorph/transmorph-parent "2.2.2"]