GuiceFX

This is a simple library for creating a MVP JavaFX application that uses Google Guice.

License

License

Categories

Categories

Ant Build Tools GUI User Interface Guice Application Layer Libs Dependency Injection Geo Business Logic Libraries Geospatial
GroupId

GroupId

io.advantageous.guicefx
ArtifactId

ArtifactId

guicefx
Last Version

Last Version

0.3.0
Release Date

Release Date

Type

Type

jar
Description

Description

GuiceFX
This is a simple library for creating a MVP JavaFX application that uses Google Guice.
Project URL

Project URL

http://github.com/advantageous/guicefx

Download guicefx

How to add to project

<!-- https://jarcasting.com/artifacts/io.advantageous.guicefx/guicefx/ -->
<dependency>
    <groupId>io.advantageous.guicefx</groupId>
    <artifactId>guicefx</artifactId>
    <version>0.3.0</version>
</dependency>
// https://jarcasting.com/artifacts/io.advantageous.guicefx/guicefx/
implementation 'io.advantageous.guicefx:guicefx:0.3.0'
// https://jarcasting.com/artifacts/io.advantageous.guicefx/guicefx/
implementation ("io.advantageous.guicefx:guicefx:0.3.0")
'io.advantageous.guicefx:guicefx:jar:0.3.0'
<dependency org="io.advantageous.guicefx" name="guicefx" rev="0.3.0">
  <artifact name="guicefx" type="jar" />
</dependency>
@Grapes(
@Grab(group='io.advantageous.guicefx', module='guicefx', version='0.3.0')
)
libraryDependencies += "io.advantageous.guicefx" % "guicefx" % "0.3.0"
[io.advantageous.guicefx/guicefx "0.3.0"]

Dependencies

compile (1)

Group / Artifact Type Version
com.google.inject : guice jar 4.0

test (1)

Group / Artifact Type Version
junit : junit jar 4.11

Project Modules

There are no modules declared in this project.

Versions

Version
0.3.0
0.2.3