Up! :: annotations

REST Up!

License

License

GroupId

GroupId

com.github.restup
ArtifactId

ArtifactId

up-annotations
Last Version

Last Version

0.0.5
Release Date

Release Date

Type

Type

jar
Description

Description

Up! :: annotations
REST Up!
Source Code Management

Source Code Management

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

Download up-annotations

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
junit : junit jar 4.13.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