is not current version
Last Version 0.3.15

org.flyte:integration-tests 0.3.10

Tests for Flytekit Java project.

GroupId

GroupId

org.flyte
ArtifactId

ArtifactId

integration-tests
Version

Version

0.3.10
Type

Type

jar

Download integration-tests 0.3.10


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