Up! :: parent

REST Up!

License

License

GroupId

GroupId

com.github.restup
ArtifactId

ArtifactId

up-parent
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

pom
Description

Description

Up! :: parent
REST Up!
Project URL

Project URL

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

Source Code Management

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

Download up-parent

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

How to add to project

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

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