| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdde.mhus.cherry.reactive |
| ArtifactId | ArtifactIdreactive-util |
| Version | Version7.0.0 |
| Type | Typejar |
| Filename | Size |
|---|---|
| reactive-util-7.0.0.pom | |
| reactive-util-7.0.0.jar | 92 KB |
| reactive-util-7.0.0-sources.jar | 67 KB |
| reactive-util-7.0.0-javadoc.jar | 747 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-util/ -->
<dependency>
<groupId>de.mhus.cherry.reactive</groupId>
<artifactId>reactive-util</artifactId>
<version>7.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-util/
implementation 'de.mhus.cherry.reactive:reactive-util:7.0.0'
// https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-util/
implementation ("de.mhus.cherry.reactive:reactive-util:7.0.0")
'de.mhus.cherry.reactive:reactive-util:jar:7.0.0'
<dependency org="de.mhus.cherry.reactive" name="reactive-util" rev="7.0.0">
<artifact name="reactive-util" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mhus.cherry.reactive', module='reactive-util', version='7.0.0')
)
libraryDependencies += "de.mhus.cherry.reactive" % "reactive-util" % "7.0.0"
[de.mhus.cherry.reactive/reactive-util "7.0.0"]