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