| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.github.akarnokd |
| ArtifactId | ArtifactIdreactive4javaflow |
| Version | Version0.1.2 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reactive4javaflow-0.1.2.pom | |
| reactive4javaflow-0.1.2.jar | 1 MB |
| reactive4javaflow-0.1.2-sources.jar | 469 KB |
| reactive4javaflow-0.1.2-javadoc.jar | 627 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.github.akarnokd/reactive4javaflow/ -->
<dependency>
<groupId>com.github.akarnokd</groupId>
<artifactId>reactive4javaflow</artifactId>
<version>0.1.2</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.akarnokd/reactive4javaflow/
implementation 'com.github.akarnokd:reactive4javaflow:0.1.2'
// https://jarcasting.com/artifacts/com.github.akarnokd/reactive4javaflow/
implementation ("com.github.akarnokd:reactive4javaflow:0.1.2")
'com.github.akarnokd:reactive4javaflow:jar:0.1.2'
<dependency org="com.github.akarnokd" name="reactive4javaflow" rev="0.1.2">
<artifact name="reactive4javaflow" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.akarnokd', module='reactive4javaflow', version='0.1.2')
)
libraryDependencies += "com.github.akarnokd" % "reactive4javaflow" % "0.1.2"
[com.github.akarnokd/reactive4javaflow "0.1.2"]