Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
---|---|
GroupId | GroupIdcom.github.shadskii |
ArtifactId | ArtifactIdreactorfx |
Version | Version1.8.0 |
Type | Typejar |
Filename | Size |
---|---|
reactorfx-1.8.0.pom | |
reactorfx-1.8.0.jar | 16 KB |
reactorfx-1.8.0-tests.jar | 15 KB |
reactorfx-1.8.0-sources.jar | 13 KB |
reactorfx-1.8.0-javadoc.jar | 35 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.shadskii/reactorfx/ -->
<dependency>
<groupId>com.github.shadskii</groupId>
<artifactId>reactorfx</artifactId>
<version>1.8.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.shadskii/reactorfx/
implementation 'com.github.shadskii:reactorfx:1.8.0'
// https://jarcasting.com/artifacts/com.github.shadskii/reactorfx/
implementation ("com.github.shadskii:reactorfx:1.8.0")
'com.github.shadskii:reactorfx:jar:1.8.0'
<dependency org="com.github.shadskii" name="reactorfx" rev="1.8.0">
<artifact name="reactorfx" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.shadskii', module='reactorfx', version='1.8.0')
)
libraryDependencies += "com.github.shadskii" % "reactorfx" % "1.8.0"
[com.github.shadskii/reactorfx "1.8.0"]