MVN

org.apidesign.html : crud4j-archetype

Maven & Gradle

Jan 01, 2015

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>org.apidesign.html</groupId>
    <artifactId>crud4j-archetype</artifactId>
    <version>1.1.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.apidesign.html : crud4j-archetype to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.2

All Versions

Choose a version of org.apidesign.html : crud4j-archetype to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
crud4j-archetype-1.1.2
crud4j-archetype-1.1.1
1.1
crud4j-archetype-1.1
1.0
crud4j-archetype-1.0
0.9
crud4j-archetype-0.9

How to add a dependency to Maven

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

<dependency>
    <groupId>org.apidesign.html</groupId>
    <artifactId>crud4j-archetype</artifactId>
    <version>1.1.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.apidesign.html : crud4j-archetype gradle dependency to your build.gradle file:

implementation 'org.apidesign.html:crud4j-archetype:1.1.2'

Gradle Kotlin DSL: Add the following org.apidesign.html : crud4j-archetype gradle kotlin dependency to your build.gradle.kts file:

implementation("org.apidesign.html:crud4j-archetype:1.1.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.apidesign.html : crud4j-archetype sbt scala dependency to your build.sbt file:

libraryDependencies += "org.apidesign.html" % "crud4j-archetype" % "1.1.2"