y

yatspec-zohhak-plugin

A plugin for the yatspec acceptance test library that allows the parameter coercion from zohhak to be applied to @Table tests in yatspec
https://github.com/theangrydev/yatspec-fluent
The Apache License, Version 2.0
Liam Williams
文件下载
文件名 操作
yatspec-zohhak-plugin-1.1.1.jar 下载
yatspec-zohhak-plugin-1.1.1.pom 下载
yatspec-zohhak-plugin-1.1.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>io.github.theangrydev</groupId>
  <artifactId>yatspec-zohhak-plugin</artifactId>
  <version>1.1.1</version>
</dependency>
Gradle Groovy
implementation 'io.github.theangrydev:yatspec-zohhak-plugin:1.1.1'
Gradle Kotlin
implementation("io.github.theangrydev:yatspec-zohhak-plugin:1.1.1")
Scala SBT
libraryDependencies += "io.github.theangrydev" % "yatspec-zohhak-plugin" % "1.1.1"
Groovy Grape
@Grapes(
  @Grab(group='io.github.theangrydev', module='yatspec-zohhak-plugin', version='1.1.1')
)
Apache Ivy
<dependency org="io.github.theangrydev" name="yatspec-zohhak-plugin" rev="1.1.1" />
Leiningen
[io.github.theangrydev/yatspec-zohhak-plugin "1.1.1"]
Apache Buildr
'io.github.theangrydev:yatspec-zohhak-plugin:jar:1.1.1'