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