MVN

com.github.rickyclarkson : swingflow

Maven & Gradle

Dec 11, 2012
1 stars

swingflow · A library to display and control workflows in Swing

<dependency>
    <groupId>com.github.rickyclarkson</groupId>
    <artifactId>swingflow</artifactId>
    <version>1.23</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.rickyclarkson : swingflow to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.23

All Versions

Choose a version of com.github.rickyclarkson : swingflow to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.23
swingflow-1.23
1.20
swingflow-1.20
1.19
swingflow-1.19
1.18
swingflow-1.18
1.17
swingflow-1.17
1.14
swingflow-1.14
1.13
swingflow-1.13
1.12
swingflow-1.12
1.11
swingflow-1.11
1.10
swingflow-1.10
1.9
swingflow-1.9
1.8
swingflow-1.8
1.7
swingflow-1.7
1.6
swingflow-1.6
1.5
swingflow-1.5
1.4
swingflow-1.4
1.3
swingflow-1.3
1.2
swingflow-1.2
1.1
swingflow-1.1
1.0
swingflow-1.0

How to add a dependency to Maven

Add the following com.github.rickyclarkson : swingflow maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.rickyclarkson</groupId>
    <artifactId>swingflow</artifactId>
    <version>1.23</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.rickyclarkson : swingflow gradle dependency to your build.gradle file:

implementation 'com.github.rickyclarkson:swingflow:1.23'

Gradle Kotlin DSL: Add the following com.github.rickyclarkson : swingflow gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.rickyclarkson:swingflow:1.23")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.rickyclarkson : swingflow sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.rickyclarkson" % "swingflow" % "1.23"

Advertisement