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