| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdmobx-react |
| Version | Version5.4.3 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mobx-react-5.4.3.pom | |
| mobx-react-5.4.3.jar | 186 KB |
| mobx-react-5.4.3-sources.jar | 22 bytes |
| mobx-react-5.4.3-javadoc.jar | 22 bytes |
| Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/mobx-react/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>mobx-react</artifactId>
<version>5.4.3</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mobx-react/
implementation 'org.webjars.npm:mobx-react:5.4.3'
// https://jarcasting.com/artifacts/org.webjars.npm/mobx-react/
implementation ("org.webjars.npm:mobx-react:5.4.3")
'org.webjars.npm:mobx-react:jar:5.4.3'
<dependency org="org.webjars.npm" name="mobx-react" rev="5.4.3">
<artifact name="mobx-react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mobx-react', version='5.4.3')
)
libraryDependencies += "org.webjars.npm" % "mobx-react" % "5.4.3"
[org.webjars.npm/mobx-react "5.4.3"]