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://tidalwave.it/projects/solidblue
文件下载
文件名 操作
steelblue-1.1-ALPHA-3.pom 下载
Apache Maven
<dependency>
  <groupId>it.tidalwave.steelblue</groupId>
  <artifactId>steelblue</artifactId>
  <version>1.1-ALPHA-3</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'it.tidalwave.steelblue:steelblue:1.1-ALPHA-3'
Gradle Kotlin
implementation("it.tidalwave.steelblue:steelblue:1.1-ALPHA-3")
Scala SBT
libraryDependencies += "it.tidalwave.steelblue" % "steelblue" % "1.1-ALPHA-3"
Groovy Grape
@Grapes(
  @Grab(group='it.tidalwave.steelblue', module='steelblue', version='1.1-ALPHA-3')
)
Apache Ivy
<dependency org="it.tidalwave.steelblue" name="steelblue" rev="1.1-ALPHA-3" />
Leiningen
[it.tidalwave.steelblue/steelblue "1.1-ALPHA-3"]
Apache Buildr
'it.tidalwave.steelblue:steelblue:jar:1.1-ALPHA-3'