is not current version
Last Version 1.5.4

com.threerings:react 1.4

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.4
Type

Type

jar

Download react 1.4


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