Last Version

reactors 0.1.0

A clojure library for maintaining state, incorporating events from multiple sources and broadcasting an interpretation of the change in state to any observers.

License

License

Categories

Categories

React User Interface Web Frameworks Reactor Container Microservices Reactive libraries
GroupId

GroupId

com.vodori
ArtifactId

ArtifactId

reactors
Version

Version

0.1.0
Type

Type

jar
Description

Description

reactors
A clojure library for maintaining state, incorporating events from multiple sources and broadcasting an interpretation of the change in state to any observers.
Project URL

Project URL

https://github.com/vodori/reactors
Source Code Management

Source Code Management

https://github.com/vodori/reactors

Download reactors 0.1.0


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

Dependencies

compile (3)

Group / Artifact Type Version
org.clojure : clojure jar 1.10.0-alpha8
org.clojure : core.async jar 0.4.474
com.taoensso » timbre jar 4.10.0

Project Modules

There are no modules declared in this project.