example

Example

Лицензия

Лицензия

Группа

Группа

com.github.nkb03
Идентификатор

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

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

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

1.0
Дата

Дата

Тип

Тип

jar
Описание

Описание

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

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

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

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

https://github.com/nkb03/reaktive

Скачать example

Имя Файла Размер
example-1.0.pom
example-1.0.jar 684 bytes
example-1.0-tests.jar 261 bytes
example-1.0-sources.jar 454 bytes
example-1.0-javadoc.jar 17 KB
Обзор

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

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

Зависимости

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

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

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

ReaKtive

An FRP library for Kotlin, well integrating with JavaFX

Getting Started

Installing

To install ReaKtive you need to follow these steps:

  • Clone the repository git clone https://github.com/NKB03/ReaKtive <target_dir>
  • Build with gradle: gradlew build
  • Publish to maven local to make the library available for other projects: gradlew publishToMavenLocal
  • Open in Intellij or in any other IDE If any errors occur while installing please feel free to create an issue or write me an e-mail.

Running tests

To run the tests use the "All Tests" run configuration from IntelliJ or run gradlew test.

Contributing

Contributing is very much appreciated. Please feel free to suggest any improvements by creating an issue.
If you have questions about the API or the internals just contact me via e-mail.

Authors

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

Версия
1.0