Up! Framework
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
License |
License |
---|---|
GroupId | GroupIdcom.github.restup.test |
ArtifactId | ArtifactIdup-test-model |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUp! :: test :: model
REST Up!
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
up-test-model-0.0.5.pom | |
up-test-model-0.0.5.jar | 24 KB |
up-test-model-0.0.5-sources.jar | 14 KB |
up-test-model-0.0.5-javadoc.jar | 182 KB |
Browse |
<!-- 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"]
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 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
com.github.restup.test : up-test | jar | 0.0.5 |
Up! Framework aims to simplify building and testing RESTful services.
Visit Up! Framework for documentation and project information.
Check out the Spring Boot Demo App