Last Version

Drombler FX 1.0

Drombler FX is a modular Rich Client Platform for JavaFX based on Maven and OSGi. You can use this POM file e.g. in your dependencyManagement section to manage your Drombler FX dependencies.

License

License

COMMON DEVELOPMENT AND DISTRIBUTION LICENSE (CDDL) Version 1.0
GroupId

GroupId

org.drombler.fx
ArtifactId

ArtifactId

drombler-fx
Version

Version

1.0
Type

Type

pom
Description

Description

Drombler FX
Drombler FX is a modular Rich Client Platform for JavaFX based on Maven and OSGi. You can use this POM file e.g. in your dependencyManagement section to manage your Drombler FX dependencies.
Project URL

Project URL

https://www.drombler.org/drombler-fx/1.0/docs/site
Project Organization

Project Organization

Drombler
Source Code Management

Source Code Management

https://github.com/Drombler/drombler-fx

Download drombler-fx 1.0

Filename Size
drombler-fx-1.0.pom 6 KB
Browse

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

  • drombler-fx-parent
  • drombler-fx-startup-main
  • drombler-fx-core-application
  • drombler-fx-core-data
  • drombler-fx-core-data-l10n-de
  • drombler-fx-core-docking
  • drombler-fx-core-docking-l10n-de
  • drombler-fx-core-action
  • drombler-fx-core-standard-desktop-classic
  • drombler-fx-core-standard-action
  • drombler-fx-core-standard-action-l10n-de
  • drombler-fx-core-standard-status
  • drombler-fx-core-status
  • drombler-fx-l10n-de
  • drombler-fx-l10n-all
  • drombler-fx-maven-plugin
  • drombler-fx-maven-archetype-application
  • drombler-fx-docs