thundr-contrib-jpa
Java Persistence API integration module for Thundr
License |
License |
---|---|
GroupId | GroupIdcom.threewks.thundr |
ArtifactId | ArtifactIdthundr-jpa |
Last Version | Last Version0.0.6 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthundr-jpa
A thundr module for data access and storage via the Java Persistence API
|
Project URL |
Project URL |
Project Organization |
Project Organization |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
thundr-jpa-0.0.6.pom | |
thundr-jpa-0.0.6.jar | 27 KB |
thundr-jpa-0.0.6-tests.jar | 21 KB |
thundr-jpa-0.0.6-sources.jar | 14 KB |
thundr-jpa-0.0.6-javadoc.jar | 104 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-jpa/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-jpa</artifactId>
<version>0.0.6</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-jpa/
implementation 'com.threewks.thundr:thundr-jpa:0.0.6'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-jpa/
implementation ("com.threewks.thundr:thundr-jpa:0.0.6")
'com.threewks.thundr:thundr-jpa:jar:0.0.6'
<dependency org="com.threewks.thundr" name="thundr-jpa" rev="0.0.6">
<artifact name="thundr-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-jpa', version='0.0.6')
)
libraryDependencies += "com.threewks.thundr" % "thundr-jpa" % "0.0.6"
[com.threewks.thundr/thundr-jpa "0.0.6"]
Group / Artifact | Type | Version |
---|---|---|
com.threewks.thundr : thundr | jar | 0.9.11 |
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
com.google.guava : guava | jar | 14.0.1 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : servlet-api | jar | 2.5 |
Group / Artifact | Type | Version |
---|---|---|
org.hibernate : hibernate-entitymanager | jar | 4.2.2.Final |
Group / Artifact | Type | Version |
---|---|---|
org.powermock : powermock-core | jar | 1.5.1 |
org.powermock : powermock-module-junit4 | jar | 1.5.1 |
org.powermock : powermock-api-mockito | jar | 1.5.1 |
hsqldb : hsqldb | jar | 1.8.0.10 |
junit : junit | jar | 4.11 |
org.hamcrest : hamcrest-all | jar | 1.3 |
org.mockito : mockito-all | jar | 1.9.5 |
Java Persistence API integration module for Thundr