| License |
License |
|---|---|
| Categories |
CategoriesAnt Build Tools GUI User Interface Guice Application Layer Libs Dependency Injection Geo Business Logic Libraries Geospatial |
| GroupId | GroupIdio.advantageous.guicefx |
| ArtifactId | ArtifactIdguicefx |
| Last Version | Last Version0.3.0 |
| Release Date | Release Date |
| Type | Typejar |
| Description |
DescriptionGuiceFX
This is a simple library for creating a MVP JavaFX application that uses Google Guice.
|
| Project URL |
Project URL |
| Filename | Size |
|---|---|
| guicefx-0.3.0.pom | |
| guicefx-0.3.0.jar | 6 KB |
| guicefx-0.3.0-sources.jar | 3 KB |
| guicefx-0.3.0-javadoc.jar | 24 KB |
| Browse |
<!-- 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"]
| Group / Artifact | Type | Version |
|---|---|---|
| com.google.inject : guice | jar | 4.0 |
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |