thundr-contrib-jpa
Java Persistence API integration module for Thundr
License |
License |
---|---|
GroupId | GroupIdcom.threewks.thundr |
ArtifactId | ArtifactIdthundr-contrib-jpa |
Last Version | Last Version0.1.0 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionthundr-contrib-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-contrib-jpa-0.1.0.pom | |
thundr-contrib-jpa-0.1.0.jar | 26 KB |
thundr-contrib-jpa-0.1.0-tests.jar | 20 KB |
thundr-contrib-jpa-0.1.0-sources.jar | 13 KB |
thundr-contrib-jpa-0.1.0-javadoc.jar | 100 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.threewks.thundr/thundr-contrib-jpa/ -->
<dependency>
<groupId>com.threewks.thundr</groupId>
<artifactId>thundr-contrib-jpa</artifactId>
<version>0.1.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-contrib-jpa/
implementation 'com.threewks.thundr:thundr-contrib-jpa:0.1.0'
// https://jarcasting.com/artifacts/com.threewks.thundr/thundr-contrib-jpa/
implementation ("com.threewks.thundr:thundr-contrib-jpa:0.1.0")
'com.threewks.thundr:thundr-contrib-jpa:jar:0.1.0'
<dependency org="com.threewks.thundr" name="thundr-contrib-jpa" rev="0.1.0">
<artifact name="thundr-contrib-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threewks.thundr', module='thundr-contrib-jpa', version='0.1.0')
)
libraryDependencies += "com.threewks.thundr" % "thundr-contrib-jpa" % "0.1.0"
[com.threewks.thundr/thundr-contrib-jpa "0.1.0"]
Group / Artifact | Type | Version |
---|---|---|
com.threewks.thundr : thundr | jar | 1.1.0 |
org.hibernate.javax.persistence : hibernate-jpa-2.0-api | jar | 1.0.1.Final |
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