License |
License |
---|---|
Categories |
CategoriesReact User Interface Web Frameworks Reactor Container Microservices Reactive libraries |
GroupId | GroupIdcom.github.pyknic |
ArtifactId | ArtifactIdreactor |
Last Version | Last Version1.0.1 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionReactor
An extension for Speedment that make it possible to react to changes in
a database and creating Materialized Object Views (MOV).
|
Project URL |
Project URL |
Filename | Size |
---|---|
reactor-1.0.1.pom | |
reactor-1.0.1.jar | 9 KB |
reactor-1.0.1-sources.jar | 7 KB |
reactor-1.0.1-javadoc.jar | 36 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.github.pyknic/reactor/ -->
<dependency>
<groupId>com.github.pyknic</groupId>
<artifactId>reactor</artifactId>
<version>1.0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyknic/reactor/
implementation 'com.github.pyknic:reactor:1.0.1'
// https://jarcasting.com/artifacts/com.github.pyknic/reactor/
implementation ("com.github.pyknic:reactor:1.0.1")
'com.github.pyknic:reactor:jar:1.0.1'
<dependency org="com.github.pyknic" name="reactor" rev="1.0.1">
<artifact name="reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyknic', module='reactor', version='1.0.1')
)
libraryDependencies += "com.github.pyknic" % "reactor" % "1.0.1"
[com.github.pyknic/reactor "1.0.1"]
Group / Artifact | Type | Version |
---|---|---|
com.speedment : speedment | jar | 2.3.1 |