| Лицензия |
Лицензия |
|---|---|
| Группа | Группаdev.feast |
| Идентификатор | Идентификаторfeast-parent |
| Последняя версия | Последняя версия0.26.3 |
| Дата | Дата |
| Тип | Типpom |
| Описание |
ОписаниеFeast
Feature Store for Machine Learning
|
| Ссылка на сайт |
Ссылка на сайт |
| Организация-разработчик |
Организация-разработчик |
| Система контроля версий |
Система контроля версий |
| Имя Файла | Размер |
|---|---|
| feast-parent-0.26.3.pom | 23 KB |
| Обзор |
<!-- https://jarcasting.com/artifacts/dev.feast/feast-parent/ -->
<dependency>
<groupId>dev.feast</groupId>
<artifactId>feast-parent</artifactId>
<version>0.26.3</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/dev.feast/feast-parent/
implementation 'dev.feast:feast-parent:0.26.3'
// https://jarcasting.com/artifacts/dev.feast/feast-parent/
implementation ("dev.feast:feast-parent:0.26.3")
'dev.feast:feast-parent:pom:0.26.3'
<dependency org="dev.feast" name="feast-parent" rev="0.26.3">
<artifact name="feast-parent" type="pom" />
</dependency>
@Grapes(
@Grab(group='dev.feast', module='feast-parent', version='0.26.3')
)
libraryDependencies += "dev.feast" % "feast-parent" % "0.26.3"
[dev.feast/feast-parent "0.26.3"]