| Лицензия |
Лицензия |
|---|---|
| Группа | Группаuk.org.webcompere |
| Идентификатор | Идентификаторsystem-stubs-parent |
| Версия | Версия2.0.0 |
| Тип | Типpom |
| Описание |
ОписаниеSystem Stubs Parent
A collection of functions for testing code which uses java.lang.System.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| system-stubs-parent-2.0.0.pom | 10 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/uk.org.webcompere/system-stubs-parent/ -->
<dependency>
<groupId>uk.org.webcompere</groupId>
<artifactId>system-stubs-parent</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/uk.org.webcompere/system-stubs-parent/
implementation 'uk.org.webcompere:system-stubs-parent:2.0.0'
// https://jarcasting.com/artifacts/uk.org.webcompere/system-stubs-parent/
implementation ("uk.org.webcompere:system-stubs-parent:2.0.0")
'uk.org.webcompere:system-stubs-parent:pom:2.0.0'
<dependency org="uk.org.webcompere" name="system-stubs-parent" rev="2.0.0">
<artifact name="system-stubs-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='uk.org.webcompere', module='system-stubs-parent', version='2.0.0')
)
libraryDependencies += "uk.org.webcompere" % "system-stubs-parent" % "2.0.0"
[uk.org.webcompere/system-stubs-parent "2.0.0"]