License |
License |
---|---|
GroupId | GroupIdorg.resthub |
ArtifactId | ArtifactIdresthub-jpa |
Last Version | Last Version2.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionRESThub JPA
RESThub Spring stack is an designed to allow you to build web applications following KISS (Keep It Simple, Stupid), DRY (Don't Repeat Yourself) and REST principles.
|
Project URL |
Project URL |
Filename | Size |
---|---|
resthub-jpa-2.2.0.pom | |
resthub-jpa-2.2.0.jar | 4 KB |
resthub-jpa-2.2.0-sources.jar | 2 KB |
resthub-jpa-2.2.0-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-jpa/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-jpa</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-jpa/
implementation 'org.resthub:resthub-jpa:2.2.0'
// https://jarcasting.com/artifacts/org.resthub/resthub-jpa/
implementation ("org.resthub:resthub-jpa:2.2.0")
'org.resthub:resthub-jpa:jar:2.2.0'
<dependency org="org.resthub" name="resthub-jpa" rev="2.2.0">
<artifact name="resthub-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-jpa', version='2.2.0')
)
libraryDependencies += "org.resthub" % "resthub-jpa" % "2.2.0"
[org.resthub/resthub-jpa "2.2.0"]
Group / Artifact | Type | Version |
---|---|---|
org.resthub : resthub-common | jar | 2.2.0 |
org.springframework : spring-orm | jar | |
org.springframework : spring-tx | jar | |
org.springframework : spring-beans | jar | |
org.springframework : spring-jdbc | jar | |
org.springframework : spring-aop | jar | |
org.springframework.data : spring-data-jpa | jar | 1.7.0.RELEASE |
org.springframework : spring-webmvc Optional | jar | |
org.hibernate : hibernate-entitymanager | jar | 4.3.6.Final |
org.hibernate : hibernate-core | jar | 4.3.6.Final |
org.hibernate : hibernate-ehcache | jar | 4.3.6.Final |
net.sf.ehcache : ehcache-core | jar | 2.6.9 |
com.jolbox : bonecp-spring | jar | 0.8.0.RELEASE |
com.zaxxer : HikariCP-java6 Optional | jar | 2.0.1 |
com.h2database : h2 | jar | 1.4.181 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api Optional | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
org.resthub : resthub-test | jar | 2.2.0 |
org.testng : testng | jar | 6.8.8 |
org.easytesting : fest-assert-core | jar | 2.0M10 |