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.

License

License

GroupId

GroupId

it.tidalwave.steelblue
ArtifactId

ArtifactId

steelblue
Last Version

Last Version

1.1-ALPHA-2
Release Date

Release Date

Type

Type

pom
Description

Description

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.
Project Organization

Project Organization

Tidalwave s.a.s. (http://tidalwave.it)
Source Code Management

Source Code Management

https://bitbucket.org/tidalwave/steelblue-src/src

Download steelblue

How to add to project

<!-- https://jarcasting.com/artifacts/it.tidalwave.steelblue/steelblue/ -->
<dependency>
    <groupId>it.tidalwave.steelblue</groupId>
    <artifactId>steelblue</artifactId>
    <version>1.1-ALPHA-2</version>
    <type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/it.tidalwave.steelblue/steelblue/
implementation 'it.tidalwave.steelblue:steelblue:1.1-ALPHA-2'
// https://jarcasting.com/artifacts/it.tidalwave.steelblue/steelblue/
implementation ("it.tidalwave.steelblue:steelblue:1.1-ALPHA-2")
'it.tidalwave.steelblue:steelblue:pom:1.1-ALPHA-2'
<dependency org="it.tidalwave.steelblue" name="steelblue" rev="1.1-ALPHA-2">
  <artifact name="steelblue" type="pom" />
</dependency>
@Grapes(
@Grab(group='it.tidalwave.steelblue', module='steelblue', version='1.1-ALPHA-2')
)
libraryDependencies += "it.tidalwave.steelblue" % "steelblue" % "1.1-ALPHA-2"
[it.tidalwave.steelblue/steelblue "1.1-ALPHA-2"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • modules

Versions

Version
1.1-ALPHA-2
1.1-ALPHA-1
1.0-ALPHA-19
1.0-ALPHA-18
1.0-ALPHA-17
1.0-ALPHA-16
1.0-ALPHA-15
1.0-ALPHA-14
1.0-ALPHA-13
1.0-ALPHA-12
1.0-ALPHA-11