e

euphoria-operator-testkit

Definition of tests for executors to pass to validate themselves as properly implementing the behavior of all operators.
文件下载
文件名 操作
euphoria-operator-testkit-0.5.0.jar 下载
euphoria-operator-testkit-0.5.0.pom 下载
euphoria-operator-testkit-0.5.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>cz.seznam.euphoria</groupId>
  <artifactId>euphoria-operator-testkit</artifactId>
  <version>0.5.0</version>
</dependency>
Gradle Groovy
implementation 'cz.seznam.euphoria:euphoria-operator-testkit:0.5.0'
Gradle Kotlin
implementation("cz.seznam.euphoria:euphoria-operator-testkit:0.5.0")
Scala SBT
libraryDependencies += "cz.seznam.euphoria" % "euphoria-operator-testkit" % "0.5.0"
Groovy Grape
@Grapes(
  @Grab(group='cz.seznam.euphoria', module='euphoria-operator-testkit', version='0.5.0')
)
Apache Ivy
<dependency org="cz.seznam.euphoria" name="euphoria-operator-testkit" rev="0.5.0" />
Leiningen
[cz.seznam.euphoria/euphoria-operator-testkit "0.5.0"]
Apache Buildr
'cz.seznam.euphoria:euphoria-operator-testkit:jar:0.5.0'