is not current version
Last Version 1.5.4

com.threerings:react 1.0

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

Type

jar

Download react 1.0


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