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
| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.github.restup |
| Идентификатор | Идентификаторup-framework |
| Последняя версия | Последняя версия0.0.5 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеUp! Framework
A framework for building and testing RESTful services
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| up-framework-0.0.5.pom | 5 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.restup/up-framework/ -->
<dependency>
<groupId>com.github.restup</groupId>
<artifactId>up-framework</artifactId>
<version>0.0.5</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup/up-framework/
implementation 'com.github.restup:up-framework:0.0.5'
// https://jarcasting.com/artifacts/com.github.restup/up-framework/
implementation ("com.github.restup:up-framework:0.0.5")
'com.github.restup:up-framework:pom:0.0.5'
<dependency org="com.github.restup" name="up-framework" rev="0.0.5">
<artifact name="up-framework" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.restup', module='up-framework', version='0.0.5')
)
libraryDependencies += "com.github.restup" % "up-framework" % "0.0.5"
[com.github.restup/up-framework "0.0.5"]
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