| GroupId | GroupIdorg.flyte |
|---|---|
| ArtifactId | ArtifactIdflytekit-parent |
| Version | Version0.3.10 |
| Type | Typepom |
| Filename | Size |
|---|---|
| flytekit-parent-0.3.10.pom | 28 KB |
| Browse |
<!-- 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"]