| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииMockito Тестирование компонентов |
| Группа | Группаcom.github.skjolber.mockito-rest-spring |
| Идентификатор | Идентификаторmockito-rest-spring-parent |
| Последняя версия | Последняя версия1.0.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеmockito-rest-spring-parent
REST web-service mocking utility for Spring using JUnit and Mockito
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| mockito-rest-spring-parent-1.0.3.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/mockito-rest-spring-parent/ -->
<dependency>
<groupId>com.github.skjolber.mockito-rest-spring</groupId>
<artifactId>mockito-rest-spring-parent</artifactId>
<version>1.0.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/mockito-rest-spring-parent/
implementation 'com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:1.0.3'
// https://jarcasting.com/artifacts/com.github.skjolber.mockito-rest-spring/mockito-rest-spring-parent/
implementation ("com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:1.0.3")
'com.github.skjolber.mockito-rest-spring:mockito-rest-spring-parent:pom:1.0.3'
<dependency org="com.github.skjolber.mockito-rest-spring" name="mockito-rest-spring-parent" rev="1.0.3">
<artifact name="mockito-rest-spring-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.skjolber.mockito-rest-spring', module='mockito-rest-spring-parent', version='1.0.3')
)
libraryDependencies += "com.github.skjolber.mockito-rest-spring" % "mockito-rest-spring-parent" % "1.0.3"
[com.github.skjolber.mockito-rest-spring/mockito-rest-spring-parent "1.0.3"]