Up! :: controller

REST Up!

License

License

GroupId

GroupId

com.github.restup
ArtifactId

ArtifactId

up-controller
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Up! :: controller
REST Up!
Source Code Management

Source Code Management

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

Download up-controller

How to add to project

<!-- 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"]

Dependencies

compile (4)

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

test (12)

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

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