| Лицензия |
Лицензия |
|---|---|
| Группа | Группаcom.carmatechnologies.commons |
| Идентификатор | Идентификаторcommons-testing-parent |
| Последняя версия | Последняя версия1.0.1 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеcommons-testing-parent
Parent module for library of utilities to assist with testing.
|
| Ссылка на сайт |
Ссылка на сайт |
| Имя Файла | Размер |
|---|---|
| commons-testing-parent-1.0.1.pom | 13 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-parent/ -->
<dependency>
<groupId>com.carmatechnologies.commons</groupId>
<artifactId>commons-testing-parent</artifactId>
<version>1.0.1</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-parent/
implementation 'com.carmatechnologies.commons:commons-testing-parent:1.0.1'
// https://jarcasting.com/artifacts/com.carmatechnologies.commons/commons-testing-parent/
implementation ("com.carmatechnologies.commons:commons-testing-parent:1.0.1")
'com.carmatechnologies.commons:commons-testing-parent:pom:1.0.1'
<dependency org="com.carmatechnologies.commons" name="commons-testing-parent" rev="1.0.1">
<artifact name="commons-testing-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.carmatechnologies.commons', module='commons-testing-parent', version='1.0.1')
)
libraryDependencies += "com.carmatechnologies.commons" % "commons-testing-parent" % "1.0.1"
[com.carmatechnologies.commons/commons-testing-parent "1.0.1"]