is not current version
Last Version 1.5.4

com.threerings:react 1.4.1

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

Type

jar

Download react 1.4.1


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