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.test |
ArtifactId | ArtifactIdup-test |
Last Version | Last Version0.0.5 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionUp! :: test
REST Up!
|
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
up-test-0.0.5.pom | |
up-test-0.0.5.jar | 40 KB |
up-test-0.0.5-sources.jar | 19 KB |
up-test-0.0.5-javadoc.jar | 183 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.restup.test/up-test/ -->
<dependency>
<groupId>com.github.restup.test</groupId>
<artifactId>up-test</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup.test/up-test/
implementation 'com.github.restup.test:up-test:0.0.5'
// https://jarcasting.com/artifacts/com.github.restup.test/up-test/
implementation ("com.github.restup.test:up-test:0.0.5")
'com.github.restup.test:up-test:jar:0.0.5'
<dependency org="com.github.restup.test" name="up-test" rev="0.0.5">
<artifact name="up-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup.test', module='up-test', version='0.0.5')
)
libraryDependencies += "com.github.restup.test" % "up-test" % "0.0.5"
[com.github.restup.test/up-test "0.0.5"]
Group / Artifact | Type | Version |
---|---|---|
org.slf4j : slf4j-api | jar | 1.7.25 |
net.javacrumbs.json-unit : json-unit | jar | 1.25.0 |
org.apache.commons : commons-lang3 | jar | 3.7 |
commons-io : commons-io | jar | 2.4 |
org.hamcrest : java-hamcrest | jar | 2.0.0.0 |
org.assertj : assertj-core | jar | 3.9.0 |
com.openpojo : openpojo | jar | 0.8.7 |
asm : asm | jar | 3.3.1 |
com.fasterxml.jackson.core : jackson-databind Optional | jar | 2.8.7 |
com.google.code.gson : gson Optional | jar | 2.3 |
nl.jqno.equalsverifier : equalsverifier | jar | 2.4.2 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.13.1 |
org.slf4j : slf4j-log4j12 | jar | 1.7.25 |
org.mockito : mockito-core | jar | 2.8.47 |
org.powermock : powermock-module-junit4 | jar | 1.7.3 |
org.powermock : powermock-api-mockito2 | jar | 1.7.3 |
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