License |
License
'The Apache Software License, Version 2.0'
|
---|---|
GroupId | GroupIdeu.lestard |
ArtifactId | ArtifactIdfluxfx |
Last Version | Last Version0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptionfluxfx
Flux architecture with JavaFX
|
Project URL |
Project URL |
Filename | Size |
---|---|
fluxfx-0.1.pom | |
fluxfx-0.1.jar | 8 KB |
fluxfx-0.1-sources.jar | 5 KB |
fluxfx-0.1-javadoc.jar | 83 KB |
Browse |
<!-- https://jarcasting.com/artifacts/eu.lestard/fluxfx/ -->
<dependency>
<groupId>eu.lestard</groupId>
<artifactId>fluxfx</artifactId>
<version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/eu.lestard/fluxfx/
implementation 'eu.lestard:fluxfx:0.1'
// https://jarcasting.com/artifacts/eu.lestard/fluxfx/
implementation ("eu.lestard:fluxfx:0.1")
'eu.lestard:fluxfx:jar:0.1'
<dependency org="eu.lestard" name="fluxfx" rev="0.1">
<artifact name="fluxfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='eu.lestard', module='fluxfx', version='0.1')
)
libraryDependencies += "eu.lestard" % "fluxfx" % "0.1"
[eu.lestard/fluxfx "0.1"]
Group / Artifact | Type | Version |
---|---|---|
org.reactfx : reactfx | jar | 2.0-M4 |