CathiveFX Credits Library

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

Лицензия

Лицензия

Группа

Группа

com.cathive.fx
Идентификатор

Идентификатор

fx-credits
Последняя версия

Последняя версия

1.1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

CathiveFX Credits Library
Classes, utilities and XML bindings to help you give proper credits in to contributors and 3rd party libraries in your applications.
Организация-разработчик

Организация-разработчик

The Cat Hive Developers
Система контроля версий

Система контроля версий

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

Скачать fx-credits

Как подключить последнюю версию

<!-- 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"]

Зависимости

test (1)

Идентификатор библиотеки Тип Версия
org.testng : testng jar 6.8

Модули Проекта

Данный проект не имеет модулей.

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

Версии библиотеки

Версия
1.1.0
1.0.0