| Лицензия |
Лицензия |
|---|---|
| Категории |
КатегорииСеть |
| Группа | Группаnet.morimekta.utils |
| Идентификатор | Идентификаторtesting-pom |
| Последняя версия | Последняя версия5.0.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеTesting POM
This module contains a number of utilities and helpers to help with testing.
It consists of a number of mostly independent parts.
|
| Ссылка на сайт |
Ссылка на сайт |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| testing-pom-5.0.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/net.morimekta.utils/testing-pom/ -->
<dependency>
<groupId>net.morimekta.utils</groupId>
<artifactId>testing-pom</artifactId>
<version>5.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/net.morimekta.utils/testing-pom/
implementation 'net.morimekta.utils:testing-pom:5.0.0'
// https://jarcasting.com/artifacts/net.morimekta.utils/testing-pom/
implementation ("net.morimekta.utils:testing-pom:5.0.0")
'net.morimekta.utils:testing-pom:pom:5.0.0'
<dependency org="net.morimekta.utils" name="testing-pom" rev="5.0.0">
<artifact name="testing-pom" type="pom" />
</dependency>
@Grapes(
@Grab(group='net.morimekta.utils', module='testing-pom', version='5.0.0')
)
libraryDependencies += "net.morimekta.utils" % "testing-pom" % "5.0.0"
[net.morimekta.utils/testing-pom "5.0.0"]