MVN

gr.abiss.md4j : md4j

Maven & Gradle

Nov 21, 2007

MD4J · 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.

<dependency>
    <groupId>gr.abiss.md4j</groupId>
    <artifactId>md4j</artifactId>
    <version>0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of gr.abiss.md4j : md4j to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.2

All Versions

Choose a version of gr.abiss.md4j : md4j to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.2
md4j-0.2

How to add a dependency to Maven

Add the following gr.abiss.md4j : md4j maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>gr.abiss.md4j</groupId>
    <artifactId>md4j</artifactId>
    <version>0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following gr.abiss.md4j : md4j gradle dependency to your build.gradle file:

implementation 'gr.abiss.md4j:md4j:0.2'

Gradle Kotlin DSL: Add the following gr.abiss.md4j : md4j gradle kotlin dependency to your build.gradle.kts file:

implementation("gr.abiss.md4j:md4j:0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following gr.abiss.md4j : md4j sbt scala dependency to your build.sbt file:

libraryDependencies += "gr.abiss.md4j" % "md4j" % "0.2"

Advertisement