| Categories |
CategoriesScala Languages |
|---|---|
| GroupId | GroupIdorg.flyte |
| ArtifactId | ArtifactIdflytekit-examples-scala |
| Version | Version0.3.11 |
| Type | Typejar |
<!-- https://jarcasting.com/artifacts/org.flyte/flytekit-examples-scala/ -->
<dependency>
<groupId>org.flyte</groupId>
<artifactId>flytekit-examples-scala</artifactId>
<version>0.3.11</version>
</dependency>
// https://jarcasting.com/artifacts/org.flyte/flytekit-examples-scala/
implementation 'org.flyte:flytekit-examples-scala:0.3.11'
// https://jarcasting.com/artifacts/org.flyte/flytekit-examples-scala/
implementation ("org.flyte:flytekit-examples-scala:0.3.11")
'org.flyte:flytekit-examples-scala:jar:0.3.11'
<dependency org="org.flyte" name="flytekit-examples-scala" rev="0.3.11">
<artifact name="flytekit-examples-scala" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flyte', module='flytekit-examples-scala', version='0.3.11')
)
libraryDependencies += "org.flyte" % "flytekit-examples-scala" % "0.3.11"
[org.flyte/flytekit-examples-scala "0.3.11"]