is not current version
Last Version 0.8.0-rc1

cz.seznam.euphoria:euphoria-operator-testkit 0.5.0

Definition of tests for executors to pass to validate themselves as properly implementing the behavior of all operators.

GroupId

GroupId

cz.seznam.euphoria
ArtifactId

ArtifactId

euphoria-operator-testkit
Version

Version

0.5.0
Type

Type

jar

Download euphoria-operator-testkit 0.5.0


<!-- https://jarcasting.com/artifacts/cz.seznam.euphoria/euphoria-operator-testkit/ -->
<dependency>
    <groupId>cz.seznam.euphoria</groupId>
    <artifactId>euphoria-operator-testkit</artifactId>
    <version>0.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/cz.seznam.euphoria/euphoria-operator-testkit/
implementation 'cz.seznam.euphoria:euphoria-operator-testkit:0.5.0'
// https://jarcasting.com/artifacts/cz.seznam.euphoria/euphoria-operator-testkit/
implementation ("cz.seznam.euphoria:euphoria-operator-testkit:0.5.0")
'cz.seznam.euphoria:euphoria-operator-testkit:jar:0.5.0'
<dependency org="cz.seznam.euphoria" name="euphoria-operator-testkit" rev="0.5.0">
  <artifact name="euphoria-operator-testkit" type="jar" />
</dependency>
@Grapes(
@Grab(group='cz.seznam.euphoria', module='euphoria-operator-testkit', version='0.5.0')
)
libraryDependencies += "cz.seznam.euphoria" % "euphoria-operator-testkit" % "0.5.0"
[cz.seznam.euphoria/euphoria-operator-testkit "0.5.0"]