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 |
|---|---|
| Categories |
CategoriesSpring MVC User Interface Web Frameworks |
| GroupId | GroupIdcom.github.restup |
| ArtifactId | ArtifactIdup-spring-mvc |
| Last Version | Last Version0.0.5 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionUp! :: spring mvc
REST Up!
|
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| up-spring-mvc-0.0.5.pom | |
| up-spring-mvc-0.0.5.jar | 4 KB |
| up-spring-mvc-0.0.5-sources.jar | 2 KB |
| up-spring-mvc-0.0.5-javadoc.jar | 29 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.restup/up-spring-mvc/ -->
<dependency>
<groupId>com.github.restup</groupId>
<artifactId>up-spring-mvc</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup/up-spring-mvc/
implementation 'com.github.restup:up-spring-mvc:0.0.5'
// https://jarcasting.com/artifacts/com.github.restup/up-spring-mvc/
implementation ("com.github.restup:up-spring-mvc:0.0.5")
'com.github.restup:up-spring-mvc:jar:0.0.5'
<dependency org="com.github.restup" name="up-spring-mvc" rev="0.0.5">
<artifact name="up-spring-mvc" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup', module='up-spring-mvc', version='0.0.5')
)
libraryDependencies += "com.github.restup" % "up-spring-mvc" % "0.0.5"
[com.github.restup/up-spring-mvc "0.0.5"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.github.restup : up-controller | jar | 0.0.5 |
| com.github.restup : up-http | jar | 0.0.5 |
| com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.8.7 |
| Group / Artifact | Type | Version |
|---|---|---|
| org.springframework : spring-web | jar | 4.3.10.RELEASE |
| org.springframework : spring-webmvc | jar | 4.3.10.RELEASE |
| javax.servlet : javax.servlet-api | jar | 3.1.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| 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