| Лицензия |
Лицензия |
|---|---|
| Группа | Группаbr.com.objectos.testable |
| Идентификатор | Идентификаторparent |
| Последняя версия | Последняя версия0.6.0 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
Описаниеobjectos :: testable :: parent
Make your objects testable.
|
| Организация-разработчик |
Организация-разработчик |
| Имя Файла | Размер |
|---|---|
| parent-0.6.0.pom | 1 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/br.com.objectos.testable/parent/ -->
<dependency>
<groupId>br.com.objectos.testable</groupId>
<artifactId>parent</artifactId>
<version>0.6.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/br.com.objectos.testable/parent/
implementation 'br.com.objectos.testable:parent:0.6.0'
// https://jarcasting.com/artifacts/br.com.objectos.testable/parent/
implementation ("br.com.objectos.testable:parent:0.6.0")
'br.com.objectos.testable:parent:pom:0.6.0'
<dependency org="br.com.objectos.testable" name="parent" rev="0.6.0">
<artifact name="parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='br.com.objectos.testable', module='parent', version='0.6.0')
)
libraryDependencies += "br.com.objectos.testable" % "parent" % "0.6.0"
[br.com.objectos.testable/parent "0.6.0"]