is not current version
Last Version 1.5.4

com.threerings:react 1.5.3

A signals/slots plus FRP-like library for Java.

Categories

Categories

React User Interface Web Frameworks
GroupId

GroupId

com.threerings
ArtifactId

ArtifactId

react
Version

Version

1.5.3
Type

Type

jar

Download react 1.5.3


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