| Категории |
КатегорииJest Данные Базы данных Search Прикладные библиотеки |
|---|---|
| Группа | Группаio.searchbox |
| Идентификатор | Идентификаторjest-parent |
| Версия | Версия1.0.0 |
| Тип | Типpom |
| Имя Файла | Размер |
|---|---|
| jest-parent-1.0.0.pom | 14 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/io.searchbox/jest-parent/ -->
<dependency>
<groupId>io.searchbox</groupId>
<artifactId>jest-parent</artifactId>
<version>1.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/io.searchbox/jest-parent/
implementation 'io.searchbox:jest-parent:1.0.0'
// https://jarcasting.com/artifacts/io.searchbox/jest-parent/
implementation ("io.searchbox:jest-parent:1.0.0")
'io.searchbox:jest-parent:pom:1.0.0'
<dependency org="io.searchbox" name="jest-parent" rev="1.0.0">
<artifact name="jest-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='io.searchbox', module='jest-parent', version='1.0.0')
)
libraryDependencies += "io.searchbox" % "jest-parent" % "1.0.0"
[io.searchbox/jest-parent "1.0.0"]