f

fx-credits

Classes, utilities and XML bindings to help you give proper credits in to contributors and 3rd party libraries in your applications.
http://www.cathive.com/
Apache License, Version 2.0
The Cat Hive Developers
Benjamin P. Jung
文件下载
文件名 操作
fx-credits-1.1.0.jar 下载
fx-credits-1.1.0.pom 下载
fx-credits-1.1.0-sources.jar 下载
Apache Maven
<dependency>
  <groupId>com.cathive.fx</groupId>
  <artifactId>fx-credits</artifactId>
  <version>1.1.0</version>
</dependency>
Gradle Groovy
implementation 'com.cathive.fx:fx-credits:1.1.0'
Gradle Kotlin
implementation("com.cathive.fx:fx-credits:1.1.0")
Scala SBT
libraryDependencies += "com.cathive.fx" % "fx-credits" % "1.1.0"
Groovy Grape
@Grapes(
  @Grab(group='com.cathive.fx', module='fx-credits', version='1.1.0')
)
Apache Ivy
<dependency org="com.cathive.fx" name="fx-credits" rev="1.1.0" />
Leiningen
[com.cathive.fx/fx-credits "1.1.0"]
Apache Buildr
'com.cathive.fx:fx-credits:jar:1.1.0'