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