License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcz.datalite.zk-dl |
ArtifactId | ArtifactIdSpringService |
Last Version | Last Version1.4.5.42 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionSpringService
Generic Spring service, which talks to Generic Hibernate DAO. Use for classical 3-layered architecture ZK - Spring - Hibernate.
|
Project Organization |
Project Organization |
Filename | Size |
---|---|
SpringService-1.4.5.42.pom | |
SpringService-1.4.5.42.jar | 47 KB |
SpringService-1.4.5.42-sources.jar | 33 KB |
SpringService-1.4.5.42-javadoc.jar | 170 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.datalite.zk-dl/SpringService/ -->
<dependency>
<groupId>cz.datalite.zk-dl</groupId>
<artifactId>SpringService</artifactId>
<version>1.4.5.42</version>
</dependency>
// https://jarcasting.com/artifacts/cz.datalite.zk-dl/SpringService/
implementation 'cz.datalite.zk-dl:SpringService:1.4.5.42'
// https://jarcasting.com/artifacts/cz.datalite.zk-dl/SpringService/
implementation ("cz.datalite.zk-dl:SpringService:1.4.5.42")
'cz.datalite.zk-dl:SpringService:jar:1.4.5.42'
<dependency org="cz.datalite.zk-dl" name="SpringService" rev="1.4.5.42">
<artifact name="SpringService" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.datalite.zk-dl', module='SpringService', version='1.4.5.42')
)
libraryDependencies += "cz.datalite.zk-dl" % "SpringService" % "1.4.5.42"
[cz.datalite.zk-dl/SpringService "1.4.5.42"]
Group / Artifact | Type | Version |
---|---|---|
org.springframework : spring-core | jar | 3.2.3.RELEASE |
org.springframework : spring-beans | jar | 3.2.3.RELEASE |
org.springframework : spring-aop | jar | 3.2.3.RELEASE |
org.springframework : spring-context | jar | 3.2.3.RELEASE |
org.springframework : spring-orm | jar | 3.2.3.RELEASE |
org.springframework.security : spring-security-core | jar | 3.2.5.RELEASE |
cz.datalite.zk-dl : DLHelpers | jar | 1.4.5 |
cz.datalite.zk-dl : HibernateDAO | jar | 1.4.5.6 |
log4j : log4j Optional | jar | 1.2.17 |
org.slf4j : slf4j-api | jar | 1.7.5 |
Group / Artifact | Type | Version |
---|---|---|
oracle » oracle-jdbc | jar | 10.2.0.4 |