MVN

cz.datalite.zk-dl : zkplus

Maven & Gradle

May 02, 2017
1 usages

zkplus · Multiple loosely coupled modules which extend ZK framework, originally created by DataLite company. ZKComposer - controll the MVC design with annotations @ZkEvent?, @ZkComponent?, @ZkBinding?, ... (similar to zkspring or zkcdi projects, however without any framework dependencies). ZKDLComponents splits ZK data driven components (listbox, combobox) to MVC design, adds support for easy large data manipulation and contains many pre-built user controls (filter manager, sort manager, visible listbox columns manager, export to excel, etc.) HibernateDAO & ZKDLComponentsHibernateExtensions - Hibernate generic DAO design with extensions for ZKDLComponents to replace all your plumbing code (filter, sort, lazy loading, CRUD). SpringService? - service layer with spring - generic service which speaks to generic DAO. This is the way we use our components at DataLite?, but you can use any integration or DAO at your will.

<dependency>
    <groupId>cz.datalite.zk-dl</groupId>
    <artifactId>zkplus</artifactId>
    <version>1.4.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of cz.datalite.zk-dl : zkplus to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.4.5

All Versions

Choose a version of cz.datalite.zk-dl : zkplus to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.4.x
zkplus-1.4.5

How to add a dependency to Maven

Add the following cz.datalite.zk-dl : zkplus maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>cz.datalite.zk-dl</groupId>
    <artifactId>zkplus</artifactId>
    <version>1.4.5</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.datalite.zk-dl : zkplus gradle dependency to your build.gradle file:

implementation 'cz.datalite.zk-dl:zkplus:1.4.5'

Gradle Kotlin DSL: Add the following cz.datalite.zk-dl : zkplus gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.datalite.zk-dl:zkplus:1.4.5")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.datalite.zk-dl : zkplus sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.datalite.zk-dl" % "zkplus" % "1.4.5"

Advertisement

Dependencies from Group

Apr 30, 2017
11 usages
5 stars
Apr 30, 2017
6 usages
5 stars
May 02, 2017
5 usages
5 stars
Jul 26, 2017
4 usages
5 stars
Apr 30, 2017
3 usages
5 stars

Discover Dependencies

Jan 10, 2020
2 usages
0 stars
log
May 21, 2017
1 usages
0 stars
Jan 20, 2022
1 usages
6 stars
Jan 20, 2022
1 usages
6 stars
May 07, 2017
17 usages
201 stars
Jan 28, 2020
1 usages
777 stars
Jul 30, 2019
1 usages
0 stars
Dec 16, 2020
2 usages
0 stars