is not current version
Last Version 1.23

com.github.rickyclarkson:swingflow 1.9

A library to display and control workflows in Swing

GroupId

GroupId

com.github.rickyclarkson
ArtifactId

ArtifactId

swingflow
Version

Version

1.9
Type

Type

jar

Download swingflow 1.9


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