JSilhouette

Additional shapes for JavaFX applications

Лицензия

Лицензия

Категории

Категории

JavaFX Взаимодействие с пользователем
Группа

Группа

org.kordamp.jsilhouette
Идентификатор

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

jsilhouette-javafx
Последняя версия

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

0.4.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

JSilhouette
Additional shapes for JavaFX applications
Ссылка на сайт

Ссылка на сайт

https://github.com/kordamp/jsilhouette
Система контроля версий

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

https://github.com/kordamp/jsilhouette

Скачать jsilhouette-javafx

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

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

Зависимости

Библиотека не имеет зависимостей. Это самодостаточное приложение, которое не зависит ни от каких других библиотек.

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

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

JSilhouette

Build Status download jsilhouette javafx


JSilhouette provides additional shapes for Java applications. Currently JavaFX is supported.

Installing

You can get the latest version of JSilhouette directly from Bintray’s JCenter repository or Maven Central.

gradle
repositories {
    jcenter()
}

dependencies {
    compile 'org.kordamp.jsilhouette:jsilhouette-javafx:0.4.0'
}
maven
<dependencies>
    <dependency>
        <groupId>org.kordamp.jsilhouette</groupId>
        <artifactId>jsilhouette-javafx</artifactId>
        <version>0.4.0</version>
    </dependency>
</dependencies>

Refer to the guide for further information on configuration and usage.

Building

You must meet the following requirements:

  • JDK11 as a minimum

  • Gradle 6.3

You may use the included gradle wrapper script if you don’t have gradle installed.

Installing Gradle

Manual
  1. Download Gradle from http://gradle.org/downloads

  2. Unzip the file into a directory without spaces (recommended).

  3. Create a GRADLE_HOME environment variable that points to this directory.

  4. Adjust your PATH environment variable to include $GRADLE_HOME/bin (%GRADLE_HOME%\bin on Windows).

  5. Test your setup by invoking gradle --version.

SDKMAN
  1. Follow the instructions found at http://sdkman.io/ to install SDKMAN.

  2. You need a POSIX environment if running Windows. We recommend using Babun Shell (http://babun.github.io/)

  3. Once SDKMAN is installed invoke sdk install gradle 6.3.

  4. Test your setup by invoking gradle --version.

Gum

Gum is a wrapper script that facilitates invoking gradle tasks anywhere within a Gradle project. It’s smart enough to use the gradle wrapper if available or your global gradle command. This is an optional download.

  1. Follow the instructions found at https://github.com/kordamp/gm to install gum

Next Steps

Make a full build issuing gm build.

Contributing

If you are interested in fixing issues and contributing directly to the code base, please contact us!

License

org.kordamp.jsilhouette

Kordamp

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

Версия
0.4.0
0.3.0
0.2.2
0.2.1