s

steelblue

SteelBlue contains the JavaFX implementation of a set of UI-related DCI roles defined in the project TheseFoolishThings. It allows to design rich client applications in a fashion that is mostly independent of the UI technology so the code depending on it is segregated in a confined section.
http://steelblue.tidalwave.it
Files download
File Operation
steelblue-1.0-ALPHA-11.pom download
Apache Maven
<dependency>
  <groupId>it.tidalwave.steelblue</groupId>
  <artifactId>steelblue</artifactId>
  <version>1.0-ALPHA-11</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.steelblue:steelblue:1.0-ALPHA-11'
Gradle Kotlin
implementation("it.tidalwave.steelblue:steelblue:1.0-ALPHA-11")
Scala SBT
libraryDependencies += "it.tidalwave.steelblue" % "steelblue" % "1.0-ALPHA-11"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.steelblue', module='steelblue', version='1.0-ALPHA-11')
)
Apache Ivy
<dependency org="it.tidalwave.steelblue" name="steelblue" rev="1.0-ALPHA-11" />
Leiningen
[it.tidalwave.steelblue/steelblue "1.0-ALPHA-11"]
Apache Buildr
'it.tidalwave.steelblue:steelblue:jar:1.0-ALPHA-11'