example

Example

License

License

GroupId

GroupId

com.github.nkb03
ArtifactId

ArtifactId

example
Last Version

Last Version

1.0
Release Date

Release Date

Type

Type

jar
Description

Description

example
Example
Project URL

Project URL

https://github.com/nkb03/reaktive
Source Code Management

Source Code Management

https://github.com/nkb03/reaktive

Download example

How to add to project

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

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.

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

Versions

Version
1.0