| Лицензия |
Лицензия |
|---|---|
| Группа | Группаorg.resthub |
| Идентификатор | Идентификаторresthub-test |
| Последняя версия | Последняя версия2.2.0 |
| Дата | Дата |
| Тип | Типjar |
| Описание |
ОписаниеRESThub Test
RESThub Spring stack is an designed to allow you to build web applications following KISS (Keep It Simple, Stupid), DRY (Don't Repeat Yourself) and REST principles.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| resthub-test-2.2.0.pom | |
| resthub-test-2.2.0.jar | 5 KB |
| resthub-test-2.2.0-sources.jar | 3 KB |
| resthub-test-2.2.0-javadoc.jar | 45 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/org.resthub/resthub-test/ -->
<dependency>
<groupId>org.resthub</groupId>
<artifactId>resthub-test</artifactId>
<version>2.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.resthub/resthub-test/
implementation 'org.resthub:resthub-test:2.2.0'
// https://jarcasting.com/artifacts/org.resthub/resthub-test/
implementation ("org.resthub:resthub-test:2.2.0")
'org.resthub:resthub-test:jar:2.2.0'
<dependency org="org.resthub" name="resthub-test" rev="2.2.0">
<artifact name="resthub-test" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.resthub', module='resthub-test', version='2.2.0')
)
libraryDependencies += "org.resthub" % "resthub-test" % "2.2.0"
[org.resthub/resthub-test "2.2.0"]
| Идентификатор библиотеки | Тип | Версия |
|---|---|---|
| org.resthub : resthub-common | jar | 2.2.0 |
| org.resthub : resthub-web-client | jar | 2.2.0 |
| org.springframework : spring-orm | jar | |
| org.springframework : spring-webmvc | jar | |
| org.springframework : spring-test | jar | |
| org.testng : testng | jar | 6.8.8 |
| org.easytesting : fest-assert-core | jar | 2.0M10 |
| org.mockito : mockito-core | jar | 1.9.5 |
| org.eclipse.jetty : test-jetty-servlet | jar | 8.1.15.v20140411 |