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