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