| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.ensody.reactivestate |
| ArtifactId | ArtifactIdreactivestate |
| Version | Version3.8.1 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| reactivestate-3.8.1.pom | |
| reactivestate-3.8.1-sources.jar | 7 KB |
| reactivestate-3.8.1-javadoc.jar | 6 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate/ -->
<dependency>
<groupId>com.ensody.reactivestate</groupId>
<artifactId>reactivestate</artifactId>
<version>3.8.1</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate/
implementation 'com.ensody.reactivestate:reactivestate:3.8.1'
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate/
implementation ("com.ensody.reactivestate:reactivestate:3.8.1")
'com.ensody.reactivestate:reactivestate:aar:3.8.1'
<dependency org="com.ensody.reactivestate" name="reactivestate" rev="3.8.1">
<artifact name="reactivestate" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.ensody.reactivestate', module='reactivestate', version='3.8.1')
)
libraryDependencies += "com.ensody.reactivestate" % "reactivestate" % "3.8.1"
[com.ensody.reactivestate/reactivestate "3.8.1"]