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