| Categories |
CategoriesJavaScript Languages React User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdcom.ensody.reactivestate |
| ArtifactId | ArtifactIdreactivestate-js |
| Version | Version4.1.0 |
| Type | Typepom |
| Filename | Size |
|---|---|
| reactivestate-js-4.1.0.pom | |
| reactivestate-js-4.1.0-sources.jar | 25 KB |
| reactivestate-js-4.1.0-javadoc.jar | 261 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-js/ -->
<dependency>
<groupId>com.ensody.reactivestate</groupId>
<artifactId>reactivestate-js</artifactId>
<version>4.1.0</version>
<type>pom</type>
</dependency>
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-js/
implementation 'com.ensody.reactivestate:reactivestate-js:4.1.0'
// https://jarcasting.com/artifacts/com.ensody.reactivestate/reactivestate-js/
implementation ("com.ensody.reactivestate:reactivestate-js:4.1.0")
'com.ensody.reactivestate:reactivestate-js:pom:4.1.0'
<dependency org="com.ensody.reactivestate" name="reactivestate-js" rev="4.1.0">
<artifact name="reactivestate-js" type="pom" />
</dependency>
@Grapes(
@Grab(group='com.ensody.reactivestate', module='reactivestate-js', version='4.1.0')
)
libraryDependencies += "com.ensody.reactivestate" % "reactivestate-js" % "4.1.0"
[com.ensody.reactivestate/reactivestate-js "4.1.0"]