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 |
ArtifactId | ArtifactIdup-controller |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUp! :: controller
REST Up!
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
up-controller-0.0.5.pom | |
up-controller-0.0.5.jar | 122 KB |
up-controller-0.0.5-sources.jar | 72 KB |
up-controller-0.0.5-javadoc.jar | 550 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.restup/up-controller/ -->
<dependency>
<groupId>com.github.restup</groupId>
<artifactId>up-controller</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup/up-controller/
implementation 'com.github.restup:up-controller:0.0.5'
// https://jarcasting.com/artifacts/com.github.restup/up-controller/
implementation ("com.github.restup:up-controller:0.0.5")
'com.github.restup:up-controller:jar:0.0.5'
<dependency org="com.github.restup" name="up-controller" rev="0.0.5">
<artifact name="up-controller" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup', module='up-controller', version='0.0.5')
)
libraryDependencies += "com.github.restup" % "up-controller" % "0.0.5"
[com.github.restup/up-controller "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.restup : up-core | jar | 0.0.5 |
org.apache.commons : commons-collections4 | jar | 4.0 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.8.7 |
com.google.code.gson : gson Optional | jar | 2.3 |
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 |
com.github.restup.test : up-test-repository | jar | 0.0.5 |
junit : junit | jar | 4.13.1 |
org.hamcrest : hamcrest-junit | jar | 2.0.0.0 |
org.mockito : mockito-core | jar | 2.8.47 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
org.hibernate : hibernate-validator | jar | 4.2.0.Final |
org.assertj : assertj-core | jar | 3.9.0 |
org.jsoup : jsoup | jar | 1.10.2 |
com.github.restup : up-core | test-jar | 0.0.5 |
asm : asm | jar | 3.3.1 |
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