Up! Framework

A framework for building and testing RESTful services

License

License

GroupId

GroupId

com.github.restup
ArtifactId

ArtifactId

up-framework
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

Up! Framework
A framework for building and testing RESTful services
Project URL

Project URL

https://github.com/restup
Source Code Management

Source Code Management

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

Download up-framework

Filename Size
up-framework-0.0.5.pom 5 KB
Browse

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • up-parent
  • up-annotations
  • up-test-model
  • up-test
  • up-test-spring
  • up-core
  • up-test-repository
  • up-controller
  • up-repository-jpa
  • up-http
  • up-spring-mvc
  • up-spring-boot-starter

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