| License |
License |
|---|---|
| GroupId | GroupIdcom.cathive.fx.inject |
| ArtifactId | ArtifactIdfx-inject |
| Version | Version2.0.0 |
| Type | Typepom |
| Description |
Descriptionfx-inject
Dependency Injection with JavaFX
|
| Project URL |
Project URL |
| Project Organization |
Project OrganizationThe Cat Hive Developers |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| fx-inject-2.0.0.pom | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.cathive.fx.inject/fx-inject/ -->
<dependency>
<groupId>com.cathive.fx.inject</groupId>
<artifactId>fx-inject</artifactId>
<version>2.0.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.cathive.fx.inject/fx-inject/
implementation 'com.cathive.fx.inject:fx-inject:2.0.0'
// https://jarcasting.com/artifacts/com.cathive.fx.inject/fx-inject/
implementation ("com.cathive.fx.inject:fx-inject:2.0.0")
'com.cathive.fx.inject:fx-inject:pom:2.0.0'
<dependency org="com.cathive.fx.inject" name="fx-inject" rev="2.0.0">
<artifact name="fx-inject" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.cathive.fx.inject', module='fx-inject', version='2.0.0')
)
libraryDependencies += "com.cathive.fx.inject" % "fx-inject" % "2.0.0"
[com.cathive.fx.inject/fx-inject "2.0.0"]