is not current version
Last Version 0.3.15

org.flyte:flytekit-testing 0.3.10

Classes used by developers to unit test their Tasks and Workflows.

GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

flytekit-testing
Version

Version

0.3.10
Type

Type

jar

Download flytekit-testing 0.3.10


<!-- https://jarcasting.com/artifacts/org.flyte/flytekit-testing/ -->
<dependency>
    <groupId>org.flyte</groupId>
    <artifactId>flytekit-testing</artifactId>
    <version>0.3.10</version>
</dependency>
// https://jarcasting.com/artifacts/org.flyte/flytekit-testing/
implementation 'org.flyte:flytekit-testing:0.3.10'
// https://jarcasting.com/artifacts/org.flyte/flytekit-testing/
implementation ("org.flyte:flytekit-testing:0.3.10")
'org.flyte:flytekit-testing:jar:0.3.10'
<dependency org="org.flyte" name="flytekit-testing" rev="0.3.10">
  <artifact name="flytekit-testing" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.flyte', module='flytekit-testing', version='0.3.10')
)
libraryDependencies += "org.flyte" % "flytekit-testing" % "0.3.10"
[org.flyte/flytekit-testing "0.3.10"]