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-annotations |
| Последняя версия | Последняя версия0.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUp! :: annotations
REST Up!
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| up-annotations-0.0.5.pom | |
| up-annotations-0.0.5.jar | 21 KB |
| up-annotations-0.0.5-sources.jar | 19 KB |
| up-annotations-0.0.5-javadoc.jar | 178 KB |
| Обзор |
<!-- 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"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
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