CathiveFX Credits Library

Classes, utilities and XML bindings to help you give proper credits in to contributors and 3rd party libraries in your applications.

License

License

GroupId

GroupId

com.cathive.fx
ArtifactId

ArtifactId

fx-credits
Last Version

Last Version

1.1.0
Release Date

Release Date

Type

Type

jar
Description

Description

CathiveFX Credits Library
Classes, utilities and XML bindings to help you give proper credits in to contributors and 3rd party libraries in your applications.
Project Organization

Project Organization

The Cat Hive Developers
Source Code Management

Source Code Management

https://github.com/cathive/fx-credits/

Download fx-credits

How to add to project

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

Dependencies

test (1)

Group / Artifact Type Version
org.testng : testng jar 6.8

Project Modules

There are no modules declared in this project.

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':

<dependency>
  <groupId>com.cathive.fx</groupId>
  <artifactId>fx-credits</artifactId>
  <version>1.1.0</version>
</dependency>
com.cathive.fx

The Cat Hive Developers

Versions

Version
1.1.0
1.0.0