https://github.com/cathive/fx-credits
XML bindings and JavaFX classes and components to ease giving credits to contributors and 3rd party libraries of your apps
https://github.com/cathive/fx-credits
Last synced: 5 months ago
JSON representation
XML bindings and JavaFX classes and components to ease giving credits to contributors and 3rd party libraries of your apps
- Host: GitHub
- URL: https://github.com/cathive/fx-credits
- Owner: cathive
- License: apache-2.0
- Archived: true
- Created: 2013-02-12T08:55:52.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-17T18:18:41.000Z (almost 13 years ago)
- Last Synced: 2025-07-21T09:59:57.665Z (11 months ago)
- Language: Java
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: COPYING
Awesome Lists containing this project
README
This library provides some useful classes that help you give proper credits
for third party libraries and resources that are bundled together with your
JavaFX based applications.
A compiled and ready-to-use version of this library can be found in the
Sonatype OSS Maven Repository (oss.sonatype.org). To use the library
in your Maven based projects just add the following lines to your
'pom.xml':
```xml
com.cathive.fx
fx-credits
1.1.0
```