MVN

com.dukescript.archetype : crud4j-archetype

Maven & Gradle

Jul 03, 2020
3 stars

CRUD for HTML/Java Maven Archetype · HTML page with master/detail showing results obtains for a Jersey server. Everything written in Java. Use your favorite language to code. Run the same code on server as well as client. Use HTML as a lightweight rendering toolkit. Deploy to desktop, Android, iOS, HTML5 browser.

<dependency>
    <groupId>com.dukescript.archetype</groupId>
    <artifactId>crud4j-archetype</artifactId>
    <version>0.33</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.dukescript.archetype : crud4j-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.33

All Versions

Choose a version of com.dukescript.archetype : crud4j-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.33
crud4j-archetype-0.33
0.32
crud4j-archetype-0.32
0.31
crud4j-archetype-0.31
0.30
crud4j-archetype-0.30
0.29
crud4j-archetype-0.29
0.28
crud4j-archetype-0.28
0.27
crud4j-archetype-0.27
0.26
crud4j-archetype-0.26
0.25
crud4j-archetype-0.25
0.24
crud4j-archetype-0.24
0.23
crud4j-archetype-0.23
0.22
crud4j-archetype-0.22
0.21
crud4j-archetype-0.21
0.20
crud4j-archetype-0.20
0.18
crud4j-archetype-0.18
0.17
crud4j-archetype-0.17
0.16
crud4j-archetype-0.16
0.15
crud4j-archetype-0.15
0.14
crud4j-archetype-0.14
0.13
crud4j-archetype-0.13
0.12
crud4j-archetype-0.12
0.11
crud4j-archetype-0.11
0.10
crud4j-archetype-0.10
0.9
crud4j-archetype-0.9
0.8
crud4j-archetype-0.8
0.7
crud4j-archetype-0.7

How to add a dependency to Maven

Add the following com.dukescript.archetype : crud4j-archetype maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.dukescript.archetype</groupId>
    <artifactId>crud4j-archetype</artifactId>
    <version>0.33</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.dukescript.archetype : crud4j-archetype gradle dependency to your build.gradle file:

implementation 'com.dukescript.archetype:crud4j-archetype:0.33'

Gradle Kotlin DSL: Add the following com.dukescript.archetype : crud4j-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("com.dukescript.archetype:crud4j-archetype:0.33")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.dukescript.archetype : crud4j-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "com.dukescript.archetype" % "crud4j-archetype" % "0.33"

Advertisement