| License |
License |
|---|---|
| GroupId | GroupIdgr.abiss.md4j |
| ArtifactId | ArtifactIdmd4j |
| Last Version | Last Version0.2 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionMD4J
MD4J is a passive, model driven, extensible J2EE webapp generator. Currently
Hibernate 3 mappings are supported as input, with EJB 2.1, Struts 1.x and JSP 2.0 as output for
CRUD and Search operations with patterns like MVC, DAO and SessionFacade. Ant task included.
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| md4j-0.2.pom | |
| md4j-0.2.jar | 94 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/gr.abiss.md4j/md4j/ -->
<dependency>
<groupId>gr.abiss.md4j</groupId>
<artifactId>md4j</artifactId>
<version>0.2</version>
</dependency>
// https://jarcasting.com/artifacts/gr.abiss.md4j/md4j/
implementation 'gr.abiss.md4j:md4j:0.2'
// https://jarcasting.com/artifacts/gr.abiss.md4j/md4j/
implementation ("gr.abiss.md4j:md4j:0.2")
'gr.abiss.md4j:md4j:jar:0.2'
<dependency org="gr.abiss.md4j" name="md4j" rev="0.2">
<artifact name="md4j" type="jar" />
</dependency>
@Grapes(
@Grab(group='gr.abiss.md4j', module='md4j', version='0.2')
)
libraryDependencies += "gr.abiss.md4j" % "md4j" % "0.2"
[gr.abiss.md4j/md4j "0.2"]
| Group / Artifact | Type | Version |
|---|---|---|
| log4j : log4j | jar | 1.2.8 |
| commons-configuration : commons-configuration | jar | 1.3 |
| org.hibernate : hibernate | jar | 3.2.4.ga |
| Group / Artifact | Type | Version |
|---|---|---|
| ant : ant | jar | 1.6.5 |