| Categories |
CategoriesReact User Interface Web Frameworks |
|---|---|
| GroupId | GroupIdorg.webjars.npm |
| ArtifactId | ArtifactIdmobx-react |
| Version | Version6.1.5 |
| Type | Typejar |
| Filename | Size |
|---|---|
| mobx-react-6.1.5.pom | |
| mobx-react-6.1.5.jar | 91 KB |
| mobx-react-6.1.5-sources.jar | 22 bytes |
| mobx-react-6.1.5-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>6.1.5</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/mobx-react/
implementation 'org.webjars.npm:mobx-react:6.1.5'
// https://jarcasting.com/artifacts/org.webjars.npm/mobx-react/
implementation ("org.webjars.npm:mobx-react:6.1.5")
'org.webjars.npm:mobx-react:jar:6.1.5'
<dependency org="org.webjars.npm" name="mobx-react" rev="6.1.5">
<artifact name="mobx-react" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='mobx-react', version='6.1.5')
)
libraryDependencies += "org.webjars.npm" % "mobx-react" % "6.1.5"
[org.webjars.npm/mobx-react "6.1.5"]