Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
---|---|
GroupId | GroupIdorg.webjars.npm |
ArtifactId | ArtifactIdreact-native |
Version | Version0.13.2 |
Type | Typejar |
Filename | Size |
---|---|
react-native-0.13.2.pom | |
react-native-0.13.2.jar | 1 MB |
react-native-0.13.2-sources.jar | 22 bytes |
react-native-0.13.2-javadoc.jar | 22 bytes |
Browse |
<!-- https://jarcasting.com/artifacts/org.webjars.npm/react-native/ -->
<dependency>
<groupId>org.webjars.npm</groupId>
<artifactId>react-native</artifactId>
<version>0.13.2</version>
</dependency>
// https://jarcasting.com/artifacts/org.webjars.npm/react-native/
implementation 'org.webjars.npm:react-native:0.13.2'
// https://jarcasting.com/artifacts/org.webjars.npm/react-native/
implementation ("org.webjars.npm:react-native:0.13.2")
'org.webjars.npm:react-native:jar:0.13.2'
<dependency org="org.webjars.npm" name="react-native" rev="0.13.2">
<artifact name="react-native" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.webjars.npm', module='react-native', version='0.13.2')
)
libraryDependencies += "org.webjars.npm" % "react-native" % "0.13.2"
[org.webjars.npm/react-native "0.13.2"]