is not current version
Last Version 1.0.1

com.github.pyknic:reactor 1.0.0

An extension for Speedment that make it possible to react to changes in a database and creating Materialized Object Views (MOV).

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

com.github.pyknic
ArtifactId

ArtifactId

reactor
Version

Version

1.0.0
Type

Type

jar

Download reactor 1.0.0


<!-- https://jarcasting.com/artifacts/com.github.pyknic/reactor/ -->
<dependency>
    <groupId>com.github.pyknic</groupId>
    <artifactId>reactor</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/com.github.pyknic/reactor/
implementation 'com.github.pyknic:reactor:1.0.0'
// https://jarcasting.com/artifacts/com.github.pyknic/reactor/
implementation ("com.github.pyknic:reactor:1.0.0")
'com.github.pyknic:reactor:jar:1.0.0'
<dependency org="com.github.pyknic" name="reactor" rev="1.0.0">
  <artifact name="reactor" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.github.pyknic', module='reactor', version='1.0.0')
)
libraryDependencies += "com.github.pyknic" % "reactor" % "1.0.0"
[com.github.pyknic/reactor "1.0.0"]