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