License |
License |
---|---|
Categories |
CategoriesNet |
GroupId | GroupIdnet.sf.morph |
ArtifactId | ArtifactIdmorph |
Last Version | Last Version1.1.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionMaven Quick Start Archetype
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.
|
Project URL |
Project URL |
Filename | Size |
---|---|
morph-1.1.1.pom | |
morph-1.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.1</version>
</dependency>
// https://jarcasting.com/artifacts/net.sf.morph/morph/
implementation 'net.sf.morph:morph:1.1.1'
// https://jarcasting.com/artifacts/net.sf.morph/morph/
implementation ("net.sf.morph:morph:1.1.1")
'net.sf.morph:morph:jar:1.1.1'
<dependency org="net.sf.morph" name="morph" rev="1.1.1">
<artifact name="morph" type="jar" />
</dependency>
@Grapes(
@Grab(group='net.sf.morph', module='morph', version='1.1.1')
)
libraryDependencies += "net.sf.morph" % "morph" % "1.1.1"
[net.sf.morph/morph "1.1.1"]
Group / Artifact | Type | Version |
---|---|---|
commons-logging : commons-logging | jar | 1.1.1 |
commons-chain : commons-chain Optional | jar | 1.2 |
velocity : velocity Optional | jar | 1.5 |
commons-beanutils : commons-beanutils-core Optional | jar | 1.7.0 |
log4j : log4j Optional | jar | 1.2.14 |
commons-lang : commons-lang Optional | jar | 2.4 |
commons-collections : commons-collections Optional | jar | 3.2.1 |
antlr : antlr Optional | jar | 2.7.7 |
net.sf.composite : composite | jar | 1.1 |
Group / Artifact | Type | Version |
---|---|---|
servletapi : servletapi Optional | jar | 2.4 |
jspapi : jsp-api Optional | jar | 2.3 |
org.springframework : spring Optional | jar | 2.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit Optional | jar | 3.8.1 |
org.springframework : spring-mock Optional | jar | 1.2.6 |