vworkflows-core

VWorkflows library

License

License

GroupId

GroupId

eu.mihosoft.vrl.workflow
ArtifactId

ArtifactId

vworkflows-core
Last Version

Last Version

0.2.5.0
Release Date

Release Date

Type

Type

jar
Description

Description

vworkflows-core
VWorkflows library
Project URL

Project URL

http://vworkflows.mihosoft.eu
Source Code Management

Source Code Management

https://github.com/miho/VWorkflows

Download vworkflows-core

How to add to project

<!-- https://jarcasting.com/artifacts/eu.mihosoft.vrl.workflow/vworkflows-core/ -->
<dependency>
    <groupId>eu.mihosoft.vrl.workflow</groupId>
    <artifactId>vworkflows-core</artifactId>
    <version>0.2.5.0</version>
</dependency>
// https://jarcasting.com/artifacts/eu.mihosoft.vrl.workflow/vworkflows-core/
implementation 'eu.mihosoft.vrl.workflow:vworkflows-core:0.2.5.0'
// https://jarcasting.com/artifacts/eu.mihosoft.vrl.workflow/vworkflows-core/
implementation ("eu.mihosoft.vrl.workflow:vworkflows-core:0.2.5.0")
'eu.mihosoft.vrl.workflow:vworkflows-core:jar:0.2.5.0'
<dependency org="eu.mihosoft.vrl.workflow" name="vworkflows-core" rev="0.2.5.0">
  <artifact name="vworkflows-core" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.mihosoft.vrl.workflow', module='vworkflows-core', version='0.2.5.0')
)
libraryDependencies += "eu.mihosoft.vrl.workflow" % "vworkflows-core" % "0.2.5.0"
[eu.mihosoft.vrl.workflow/vworkflows-core "0.2.5.0"]

Dependencies

compile (10)

Group / Artifact Type Version
net.sf.jung : jung-api jar 2.1.1
net.sf.jung : jung-graph-impl jar 2.1.1
net.sf.jung : jung-algorithms jar 2.1.1
net.sf.jung : jung-visualization jar 2.1.1
org.openjfx : javafx-base jar 15
org.openjfx : javafx-graphics jar 15
org.openjfx : javafx-controls jar 15
com.thoughtworks.xstream : xstream jar 1.4.11.1
colt : colt jar 1.2.0
org.apache.commons : commons-collections4 jar 4.4

Project Modules

There are no modules declared in this project.

VWorkflows

Build Status

Interactive flow/graph visualization for building domain specific visual programming environments. Provides UI bindings for JavaFX.

See http://mihosoft.eu/?p=523 and http://mihosoft.eu/?p=564 for an introduction.

Join the Developer Group if you'd like to contribute.

Maven Coordinates

VWorkflows-Core:

Download Javadocs

<dependency>
  <groupId>eu.mihosoft.vrl.workflow</groupId>
  <artifactId>vworkflows-core</artifactId>
  <version>0.2.3</version>
</dependency>

VWorkflows-FX:

Download Javadocs

Replace version with the desired version (see above for latest version).

<dependency>
  <groupId>eu.mihosoft.vrl.workflow</groupId>
  <artifactId>vworkflows-fx</artifactId>
  <version>0.2.3</version>
</dependency>

How To Build

Reqirements

  • Java >= 1.8.0_60
  • Internet connection (other dependencies are downloaded automatically)
  • IDE: Gradle Plugin (not necessary for command line usage)

IDE

Open the VWorkflows Gradle project in your favourite IDE (tested with NetBeans 8.1) and build it by calling the assemble task.

Command Line

Navigate to the Gradle project (e.g., path/to/VWorkflows) and enter the following command

Bash (Linux/OS X/Cygwin/other Unix-like OS)

./gradlew assemble

Windows (CMD)

gradlew assemble

Test It

Besides the tests defined in VWorkflows-Core (test task) it is also possible to run a graphical demo that comes with VWorkflows-Demo subproject. To run it call the run task.

Versions

Version
0.2.5.0
0.2.4.3
0.2.4.2
0.2.4.1
0.2.4
0.2.3.1
0.2.3
0.2.2
0.2.1