License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks |
GroupId | GroupIdde.mhus.cherry.reactive |
ArtifactId | ArtifactIdreactive-engine |
Last Version | Last Version7.2.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionBPM Implementation base on a java class model. It allows to create more complex and refactorable models.
|
Filename | Size |
---|---|
reactive-engine-7.2.0.pom | |
reactive-engine-7.2.0.jar | 110 KB |
reactive-engine-7.2.0-sources.jar | 46 KB |
reactive-engine-7.2.0-javadoc.jar | 563 KB |
Browse |
<!-- https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-engine/ -->
<dependency>
<groupId>de.mhus.cherry.reactive</groupId>
<artifactId>reactive-engine</artifactId>
<version>7.2.0</version>
</dependency>
// https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-engine/
implementation 'de.mhus.cherry.reactive:reactive-engine:7.2.0'
// https://jarcasting.com/artifacts/de.mhus.cherry.reactive/reactive-engine/
implementation ("de.mhus.cherry.reactive:reactive-engine:7.2.0")
'de.mhus.cherry.reactive:reactive-engine:jar:7.2.0'
<dependency org="de.mhus.cherry.reactive" name="reactive-engine" rev="7.2.0">
<artifact name="reactive-engine" type="jar" />
</dependency>
@Grapes(
@Grab(group='de.mhus.cherry.reactive', module='reactive-engine', version='7.2.0')
)
libraryDependencies += "de.mhus.cherry.reactive" % "reactive-engine" % "7.2.0"
[de.mhus.cherry.reactive/reactive-engine "7.2.0"]
Group / Artifact | Type | Version |
---|---|---|
de.mhus.lib : lib-core | jar | 7.1.0 |
de.mhus.cherry.reactive : reactive-model | jar | 7.2.0 |
Group / Artifact | Type | Version |
---|---|---|
org.junit.jupiter : junit-jupiter-engine | jar | 5.6.2 |
org.junit.jupiter : junit-jupiter-api | jar | 5.6.2 |
org.junit.platform : junit-platform-commons | jar | 1.6.2 |
org.junit.platform : junit-platform-launcher | jar | 1.6.2 |
org.hamcrest : hamcrest-all | jar | 1.3 |