mihosoft.eu
Programming, Art, Linux, Free Software…
mihosoft.eu
Navigation
  • Home
  • VRL-Studio
  • SonoAir
  • Monochrome Wars
  • About
  • Impressum
  • Datenschutz
You are here: Home › Java › VWorkflows available via Maven Repo

VWorkflows available via Maven Repo

July 29, 2013 | Filed under: Java, JavaFX, Uncategorized, VRL and tagged with: gradle, graph, Java, JavaFX, JFXtras, maven, visual programming, VRL, VRL-Studio, workflow, workflows

VWorfklow snapshots are now available via the Sonatype OSS Maven Repository:

VWorfklow consists of two projects:

  • vworkflows-core: the backend (flow model, io etc.)
  • vworkflows-fx: the JavaFX UI (other UI bindings can be implemented as well)

Gradle

Here is an example on how to add it as dependency to a gradle project:

repositories {
  mavenCentral()
  maven {
    url "https://oss.sonatype.org/content/repositories/snapshots"
  }
}

How to add VWorkflows-FX as dependency:

dependencies {
  compile "eu.mihosoft.vrl.workflow:vworkflows-fx:0.1-SNAPSHOT"
}

How to add VWorkflows-Core as dependency:

dependencies {
  compile "eu.mihosoft.vrl.workflow:vworkflows-core:0.1-SNAPSHOT"
}

Maven

For maven users:

group-id:    eu.mihosoft.vrl.workflow
artifact-id: vworkflows-core
version:     0.1-SNAPSHOT

group-id:    eu.mihosoft.vrl.workflow
artifact-id: vworkflows-fx
version:     0.1-SNAPSHOT

The next tutorials which will be finished soon (hopefully) won’t contain VWorkflows-*.jar files anymore. The will be using the snapshots via maven dependencies.

Stay tuned and follow me on Twitter

Did you like this article? Share it with your friends!

Tweet

Written by admin

Visit my Website Follow me on Twitter

One Response to "VWorkflows available via Maven Repo"

  1. JavaFX links of the week, August 5 // JavaFX News, Demos and Insight // FX Experience says:
    August 5, 2013 at 01:37

    […] part five about custom node content in his VWorkflows library. He has also posted to note that VWorkflows is also available via Maven now […]

    Reply

Leave a Reply Cancel reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Pages

  • About
  • Datenschutz
  • Impressum
  • Seminar 2019

Categories

  • 3D Printing
  • Any-Key
  • Art
  • C/C++
  • Devoxx
  • Digital Painting
  • Featured
  • IoT
  • Java
  • JavaFX
  • Javakurs 2015
  • JavaOne
  • Linux
  • Linux on Apple Hardware
  • Linux: Daily Usage Tips
  • Mobile Apps
  • Mobile Devices
  • Programming Languages
  • Repair Things
  • Science
  • Sonos
  • Teaching
  • Uncategorized
  • Virtual Reality
  • VRL

Tags

3D 3D Printing 3d visualization AirSonos Apple Music Devoxx Devoxx 2013 gradle graph iOS Java Java 8 JavaFX JavaFX 8 JavaOne JavaOne 2013 jdk9 JFXtras JInternalFrame Linux MacBook MDI mobile apps OpenDive OpenJDK OpenJFX Open Source Performance scientific visualization SonoAir Sonos Ultimaker Virtual Reality Virtual World visual programming VPlot VRL VRL-Studio VWorkflows window control Window Node Window System workflow workflows X11

Meta

  • Log in
  • Entries feed
  • Comments feed
  • WordPress.org

Subscribe to Blog via Email

Enter your email address to subscribe to this blog and receive notifications of new posts by email.

JavaOne Rockstar

JavaOne Rockstar
Follow @mihosoft

Recent Posts

  • Native JDK9 Application Bundles
  • Running C code from Java via VTCC
  • SonoAir finally supports macOS High Sierra!
  • JavaOne 2017 Community Keynote Artwork
  • The JGrounds App: better teaching apps for Java 9 [BOF5047]

Recent Comments

  • ¿Ventanas completamente personalizadas de JavaFX? - Fallosweb.com on VFXWindows
  • JavaFX entirely customized windows? – w3toppers.com on VFXWindows
  • Volel Mondesir on Adding Custom Icons to JFXtras Window Control (VFXWindows)
  • Volel Mondesir on Adding Custom Icons to JFXtras Window Control (VFXWindows)
  • Switching between different JDK versions in Windows - ErrorsFixing on JSelect: switch between different JDK versions

Archives

  • February 2018
  • October 2017
  • September 2017
  • February 2017
  • June 2016
  • May 2016
  • November 2015
  • September 2015
  • July 2015
  • March 2015
  • September 2014
  • March 2014
  • February 2014
  • December 2013
  • November 2013
  • October 2013
  • September 2013
  • August 2013
  • July 2013
  • June 2013
  • May 2013
  • April 2013
  • March 2013
  • February 2013
  • October 2012
  • September 2012
  • August 2012
  • July 2012
  • November 2010
  • February 2010
  • November 2009
  • October 2009
  • February 2009
  • August 2008
  • May 2008
  • April 2008
  • March 2008
Privacy & Cookies: this site uses cookies. By continuing to use this website, you agree to their use.
To find out more, see here: Impressum & Datenschutz

© 2023 mihosoft.eu