is not current version
Last Version 1.1.1

net.sf.morph:morph 1.1

Morph is a Java framework that eases the internal interoperability of an application. As information flows through an application, it undergoes multiple transformations. Morph provides a standard way to implement these transformations.

Categories

Categories

Net
GroupId

GroupId

net.sf.morph
ArtifactId

ArtifactId

morph
Version

Version

1.1
Type

Type

jar

Download morph 1.1

Filename Size
morph-1.1.pom
morph-1.1.jar 285 KB
Browse

<!-- https://jarcasting.com/artifacts/net.sf.morph/morph/ -->
<dependency>
    <groupId>net.sf.morph</groupId>
    <artifactId>morph</artifactId>
    <version>1.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.morph/morph/
implementation 'net.sf.morph:morph:1.1'
// https://jarcasting.com/artifacts/net.sf.morph/morph/
implementation ("net.sf.morph:morph:1.1")
'net.sf.morph:morph:jar:1.1'
<dependency org="net.sf.morph" name="morph" rev="1.1">
  <artifact name="morph" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.morph', module='morph', version='1.1')
)
libraryDependencies += "net.sf.morph" % "morph" % "1.1"
[net.sf.morph/morph "1.1"]