Up! :: repository :: jpa

REST Up!

License

License

GroupId

GroupId

com.github.restup
ArtifactId

ArtifactId

up-repository-jpa
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Up! :: repository :: jpa
REST Up!
Source Code Management

Source Code Management

http://github.com/restup/up-framework/tree/master/up-repository-jpa

Download up-repository-jpa

How to add to project

<!-- https://jarcasting.com/artifacts/com.github.restup/up-repository-jpa/ -->
<dependency>
    <groupId>com.github.restup</groupId>
    <artifactId>up-repository-jpa</artifactId>
    <version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup/up-repository-jpa/
implementation 'com.github.restup:up-repository-jpa:0.0.5'
// https://jarcasting.com/artifacts/com.github.restup/up-repository-jpa/
implementation ("com.github.restup:up-repository-jpa:0.0.5")
'com.github.restup:up-repository-jpa:jar:0.0.5'
<dependency org="com.github.restup" name="up-repository-jpa" rev="0.0.5">
  <artifact name="up-repository-jpa" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup', module='up-repository-jpa', version='0.0.5')
)
libraryDependencies += "com.github.restup" % "up-repository-jpa" % "0.0.5"
[com.github.restup/up-repository-jpa "0.0.5"]

Dependencies

compile (5)

Group / Artifact Type Version
com.github.restup : up-core jar 0.0.5
javax.persistence : javax.persistence-api jar 2.2
javax.transaction : javax.transaction-api jar 1.2
com.github.restup : up-core test-jar 0.0.5
javax.transaction : jta jar 1.1

provided (1)

Group / Artifact Type Version
javax.interceptor : javax.interceptor-api jar 1.2.1

test (10)

Group / Artifact Type Version
com.github.restup.test : up-test-model jar 0.0.5
com.github.restup.test : up-test jar 0.0.5
org.slf4j : slf4j-log4j12 jar 1.7.25
junit : junit jar 4.13.1
org.mockito : mockito-core jar 2.8.47
org.springframework : spring-core jar 4.3.7.RELEASE
org.springframework : spring-test jar 4.3.7.RELEASE
org.springframework.data : spring-data-jpa jar 1.11.23.RELEASE
org.hibernate : hibernate-entitymanager jar 5.1.0.Final
com.h2database : h2 jar 1.4.196

Project Modules

There are no modules declared in this project.

Up! Framework

Build Status Coverage Status Maven Central javadoc

Up! Framework aims to simplify building and testing RESTful services.

Getting started

Visit Up! Framework for documentation and project information.

Check out the Spring Boot Demo App

Versions

Version
0.0.5
0.0.4
0.0.3
0.0.2
0.0.1