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-http |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUp! :: http
REST Up!
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
up-http-0.0.5.pom | |
up-http-0.0.5.jar | 5 KB |
up-http-0.0.5-sources.jar | 2 KB |
up-http-0.0.5-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.restup/up-http/ -->
<dependency>
<groupId>com.github.restup</groupId>
<artifactId>up-http</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup/up-http/
implementation 'com.github.restup:up-http:0.0.5'
// https://jarcasting.com/artifacts/com.github.restup/up-http/
implementation ("com.github.restup:up-http:0.0.5")
'com.github.restup:up-http:jar:0.0.5'
<dependency org="com.github.restup" name="up-http" rev="0.0.5">
<artifact name="up-http" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup', module='up-http', version='0.0.5')
)
libraryDependencies += "com.github.restup" % "up-http" % "0.0.5"
[com.github.restup/up-http "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
com.github.restup : up-controller | jar | 0.0.5 |
Group / Artifact | Type | Version |
---|---|---|
javax.servlet : javax.servlet-api | jar | 3.1.0 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.assertj : assertj-core | jar | 3.9.0 |
org.mockito : mockito-core | jar | 2.8.47 |
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