License |
License |
---|---|
Categories |
CategoriesData |
GroupId | GroupIdcz.datalite |
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 | 76 KB |
SpringService-1.4.5.42-sources.jar | 53 KB |
SpringService-1.4.5.42-javadoc.jar | 306 KB |
Browse |
<!-- https://jarcasting.com/artifacts/cz.datalite/SpringService/ -->
<dependency>
<groupId>cz.datalite</groupId>
<artifactId>SpringService</artifactId>
<version>1.4.5.42</version>
</dependency>
// https://jarcasting.com/artifacts/cz.datalite/SpringService/
implementation 'cz.datalite:SpringService:1.4.5.42'
// https://jarcasting.com/artifacts/cz.datalite/SpringService/
implementation ("cz.datalite:SpringService:1.4.5.42")
'cz.datalite:SpringService:jar:1.4.5.42'
<dependency org="cz.datalite" name="SpringService" rev="1.4.5.42">
<artifact name="SpringService" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.datalite', module='SpringService', version='1.4.5.42')
)
libraryDependencies += "cz.datalite" % "SpringService" % "1.4.5.42"
[cz.datalite/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 |