is not current version
Last Version 0.2.44

de.openkeyword:okw 0.1.22

OKW - OpenKeyWord is a framework for keyword-driven testing. OKW is like a glue: it is the link between the test case description and the user activity on GUI. OKW dramatically reduces the cost of creating and maintaining test cases.

Categories

Categories

KeY Data Data Formats Formal Verification
GroupId

GroupId

de.openkeyword
ArtifactId

ArtifactId

okw
Version

Version

0.1.22
Type

Type

pom

Download okw 0.1.22

Filename Size
okw-0.1.22.pom 6 KB
Browse

<!-- https://jarcasting.com/artifacts/de.openkeyword/okw/ -->
<dependency>
    <groupId>de.openkeyword</groupId>
    <artifactId>okw</artifactId>
    <version>0.1.22</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/de.openkeyword/okw/
implementation 'de.openkeyword:okw:0.1.22'
// https://jarcasting.com/artifacts/de.openkeyword/okw/
implementation ("de.openkeyword:okw:0.1.22")
'de.openkeyword:okw:pom:0.1.22'
<dependency org="de.openkeyword" name="okw" rev="0.1.22">
  <artifact name="okw" type="pom" />
</dependency>
@Grapes(
@Grab(group='de.openkeyword', module='okw', version='0.1.22')
)
libraryDependencies += "de.openkeyword" % "okw" % "0.1.22"
[de.openkeyword/okw "0.1.22"]