MVN

cz.datalite : SpringService

Maven & Gradle

Apr 05, 2017
5 stars

SpringService · Generic Spring service, which talks to Generic Hibernate DAO. Use for classical 3-layered architecture ZK - Spring - Hibernate.

<dependency>
    <groupId>cz.datalite</groupId>
    <artifactId>SpringService</artifactId>
    <version>1.4.5.42</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 1.4.5.42

All Versions

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

Version Vulnerabilities Updated
1.4.x
SpringService-1.4.5.42

How to add a dependency to Maven

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

<dependency>
    <groupId>cz.datalite</groupId>
    <artifactId>SpringService</artifactId>
    <version>1.4.5.42</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following cz.datalite : SpringService gradle dependency to your build.gradle file:

implementation 'cz.datalite:SpringService:1.4.5.42'

Gradle Kotlin DSL: Add the following cz.datalite : SpringService gradle kotlin dependency to your build.gradle.kts file:

implementation("cz.datalite:SpringService:1.4.5.42")

How to add a dependency to SBT Scala

SBT Scala: Add the following cz.datalite : SpringService sbt scala dependency to your build.sbt file:

libraryDependencies += "cz.datalite" % "SpringService" % "1.4.5.42"

Advertisement