is not current version
Last Version 0.3.0

io.advantageous.guicefx:guicefx 0.2.3

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

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
Version

Version

0.2.3
Type

Type

jar

Download guicefx 0.2.3


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