| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииJUnit Тестирование компонентов |
| Группа | Группаcom.github.mjeanroy |
| Идентификатор | Идентификаторjunit-servers |
| Версия | Версия2.1.0 |
| Тип | Типpom |
| Описание |
Описаниеjunit-servers
Add Embedded Server to your junit tests case.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| junit-servers-2.1.0.pom | 18 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers/ -->
<dependency>
<groupId>com.github.mjeanroy</groupId>
<artifactId>junit-servers</artifactId>
<version>2.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers/
implementation 'com.github.mjeanroy:junit-servers:2.1.0'
// https://jarcasting.com/artifacts/com.github.mjeanroy/junit-servers/
implementation ("com.github.mjeanroy:junit-servers:2.1.0")
'com.github.mjeanroy:junit-servers:pom:2.1.0'
<dependency org="com.github.mjeanroy" name="junit-servers" rev="2.1.0">
<artifact name="junit-servers" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.github.mjeanroy', module='junit-servers', version='2.1.0')
)
libraryDependencies += "com.github.mjeanroy" % "junit-servers" % "2.1.0"
[com.github.mjeanroy/junit-servers "2.1.0"]