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