| License |
License |
|---|---|
| Categories |
CategoriesReact User Interface Web Frameworks |
| GroupId | GroupIdcom.threerings |
| ArtifactId | ArtifactIdreact |
| Version | Version1.5.4 |
| Type | Typejar |
| Description |
Descriptionreact
A signals/slots plus FRP-like library for Java.
|
| Project URL |
Project URL |
| Source Code Management |
Source Code Management |
| Filename | Size |
|---|---|
| react-1.5.4.pom | |
| react-1.5.4.jar | 166 KB |
| react-1.5.4-sources.jar | 42 KB |
| react-1.5.4-javadoc.jar | 252 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.threerings/react/ -->
<dependency>
<groupId>com.threerings</groupId>
<artifactId>react</artifactId>
<version>1.5.4</version>
</dependency>
// https://jarcasting.com/artifacts/com.threerings/react/
implementation 'com.threerings:react:1.5.4'
// https://jarcasting.com/artifacts/com.threerings/react/
implementation ("com.threerings:react:1.5.4")
'com.threerings:react:jar:1.5.4'
<dependency org="com.threerings" name="react" rev="1.5.4">
<artifact name="react" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.threerings', module='react', version='1.5.4')
)
libraryDependencies += "com.threerings" % "react" % "1.5.4"
[com.threerings/react "1.5.4"]
| Group / Artifact | Type | Version |
|---|---|---|
| junit : junit | jar | 4.11 |