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