License |
License |
---|---|
GroupId | GroupIdorg.graphwalker |
ArtifactId | ArtifactIdgraphwalker |
Version | Version2.6.2 |
Type | Typejar |
Description |
Descriptiongraphwalker
GraphWalker is a tool for generating offline and online test sequences from Finite State Machines and Extended Finite State Machines.
|
Project URL |
Project URL |
Source Code Management |
Source Code Management |
Filename | Size |
---|---|
graphwalker-2.6.2.pom | |
graphwalker-2.6.2.jar | 10 MB |
graphwalker-2.6.2-sources.jar | 141 KB |
graphwalker-2.6.2-javadoc.jar | 369 KB |
Browse |
<!-- https://jarcasting.com/artifacts/org.graphwalker/graphwalker/ -->
<dependency>
<groupId>org.graphwalker</groupId>
<artifactId>graphwalker</artifactId>
<version>2.6.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker/
implementation 'org.graphwalker:graphwalker:2.6.2'
// https://jarcasting.com/artifacts/org.graphwalker/graphwalker/
implementation ("org.graphwalker:graphwalker:2.6.2")
'org.graphwalker:graphwalker:jar:2.6.2'
<dependency org="org.graphwalker" name="graphwalker" rev="2.6.2">
<artifact name="graphwalker" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.graphwalker', module='graphwalker', version='2.6.2')
)
libraryDependencies += "org.graphwalker" % "graphwalker" % "2.6.2"
[org.graphwalker/graphwalker "2.6.2"]
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.11 |