MVN

dentaku : gentaku-summit-cartridge

Maven & Gradle

Sep 20, 2005

Gentaku Summit Cartridge · This cartridge generates the Velocity screens that will display the entities as modelled. It will generate code that manage the parent child relationships for display and for CRUD. It also generates the Pull tools used to extract the entities on display for the screen. Finally it generates the Action classes that manage the submisssions from each screen, multiple forms is modelled so.

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>gentaku-summit-cartridge</artifactId>
    <version>20050208.175344</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of dentaku : gentaku-summit-cartridge to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 20050208.175344

All Versions

Choose a version of dentaku : gentaku-summit-cartridge to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
20050708.211103
gentaku-summit-cartridge-20050708.211103
20050208.175843
gentaku-summit-cartridge-20050208.175843
20050208.175344
gentaku-summit-cartridge-20050208.175344

How to add a dependency to Maven

Add the following dentaku : gentaku-summit-cartridge maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>dentaku</groupId>
    <artifactId>gentaku-summit-cartridge</artifactId>
    <version>20050208.175344</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following dentaku : gentaku-summit-cartridge gradle dependency to your build.gradle file:

implementation 'dentaku:gentaku-summit-cartridge:20050208.175344'

Gradle Kotlin DSL: Add the following dentaku : gentaku-summit-cartridge gradle kotlin dependency to your build.gradle.kts file:

implementation("dentaku:gentaku-summit-cartridge:20050208.175344")

How to add a dependency to SBT Scala

SBT Scala: Add the following dentaku : gentaku-summit-cartridge sbt scala dependency to your build.sbt file:

libraryDependencies += "dentaku" % "gentaku-summit-cartridge" % "20050208.175344"