Up! :: test :: model

REST Up!

License

License

GroupId

GroupId

com.github.restup.test
ArtifactId

ArtifactId

up-test-model
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Up! :: test :: model
REST Up!
Source Code Management

Source Code Management

http://github.com/restup/up-framework/tree/master/up-test-model

Download up-test-model

How to add to project

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

Dependencies

compile (5)

Group / Artifact Type Version
com.github.restup : up-annotations jar 0.0.5
javax.persistence : javax.persistence-api jar 2.2
com.fasterxml.jackson.core : jackson-databind Optional jar 2.8.7
javax.validation : validation-api jar 2.0.0.Final
org.hibernate : hibernate-validator Optional jar 4.2.0.Final

test (2)

Group / Artifact Type Version
junit : junit jar 4.13.1
com.github.restup.test : up-test jar 0.0.5

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