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.test |
| Идентификатор | Идентификаторup-test-model |
| Последняя версия | Последняя версия0.0.5 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеUp! :: test :: model
REST Up!
|
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| up-test-model-0.0.5.pom | |
| up-test-model-0.0.5.jar | 24 KB |
| up-test-model-0.0.5-sources.jar | 14 KB |
| up-test-model-0.0.5-javadoc.jar | 182 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.restup.test/up-test-model/ -->
<dependency>
<groupId>com.github.restup.test</groupId>
<artifactId>up-test-model</artifactId>
<version>0.0.5</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.restup.test/up-test-model/
implementation 'com.github.restup.test:up-test-model:0.0.5'
// https://jarcasting.com/artifacts/com.github.restup.test/up-test-model/
implementation ("com.github.restup.test:up-test-model:0.0.5")
'com.github.restup.test:up-test-model:jar:0.0.5'
<dependency org="com.github.restup.test" name="up-test-model" rev="0.0.5">
<artifact name="up-test-model" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.restup.test', module='up-test-model', version='0.0.5')
)
libraryDependencies += "com.github.restup.test" % "up-test-model" % "0.0.5"
[com.github.restup.test/up-test-model "0.0.5"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| com.github.restup : up-annotations | jar | 0.0.5 |
| javax.persistence : javax.persistence-api | jar | 2.2 |
| com.fasterxml.jackson.core : jackson-databind Необязательный | jar | 2.8.7 |
| javax.validation : validation-api | jar | 2.0.0.Final |
| org.hibernate : hibernate-validator Необязательный | jar | 4.2.0.Final |
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| junit : junit | jar | 4.13.1 |
| com.github.restup.test : up-test | jar | 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