GraphWalker Input/Output

Model-Based Testing Tool

License

License

GroupId

GroupId

org.graphwalker
ArtifactId

ArtifactId

graphwalker-io
Last Version

Last Version

4.3.1
Release Date

Release Date

Type

Type

jar
Description

Description

GraphWalker Input/Output
Model-Based Testing Tool
Project URL

Project URL

http://graphwalker.org/graphwalker-io
Project Organization

Project Organization

GraphWalker
Source Code Management

Source Code Management

https://github.com/GraphWalker/graphwalker-project

Download graphwalker-io

How to add to project

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

Dependencies

compile (10)

Group / Artifact Type Version
org.graphwalker : graphwalker-core jar 4.3.1
org.graphwalker : graphwalker-dsl jar 4.3.1
org.apache.xmlbeans : xmlbeans jar 3.1.0
org.reflections : reflections jar 0.9.12
org.json : json jar 20201115
commons-io : commons-io jar 2.8.0
org.apache.commons : commons-lang3 jar 3.11
com.google.code.gson : gson jar 2.8.6
com.google.guava : guava jar 30.1-jre
org.slf4j : slf4j-api jar 1.7.26

test (2)

Group / Artifact Type Version
ch.qos.logback : logback-classic jar 1.2.3
junit : junit jar 4.13.2

Project Modules

There are no modules declared in this project.

Java CI with Maven CodeQL Maven Central

GraphWalker

Documentation on http://graphwalker.org/

Get the source code and build all modules

git clone https://github.com/GraphWalker/graphwalker-project.git
cd graphwalker-project
mvn install

Build the stand command-line tool

mvn package -pl graphwalker-cli -am

The jar is in:

graphwalker-cli/target/graphwalker-cli-<VERSION>.jar

Run it like:

java -jar graphwalker-cli/target/graphwalker-cli-<VERSION>.jar

Build Studio

mvn package -pl graphwalker-studio -am

The jar is in:

graphwalker-studio/target/

Run it like:

java -jar graphwalker-studio/target/graphwalker-studio-<VERSION>.jar
org.graphwalker

GraphWalker - Model-based testing

A Model-based testing tool, written in Java

Versions

Version
4.3.1
4.3.0
4.2.0
4.1.0
4.0.1
4.0.0
3.4.2
3.4.1
3.4.0
3.3.0
3.2.1
3.2.0
3.1.1
3.1.0
3.0.0
3.0.0-RC1