| Categories |
CategoriesReact User Interface Web Frameworks Native Development Tools |
|---|---|
| GroupId | GroupIdcom.facebook.react |
| ArtifactId | ArtifactIdreact-native |
| Version | Version0.11.0 |
| Type | Typeaar |
| Filename | Size |
|---|---|
| react-native-0.11.0.pom | |
| react-native-0.11.0.aar | 1 MB |
| react-native-0.11.0-sources.jar | 330 KB |
| react-native-0.11.0-javadoc.jar | 999 KB |
| Browse |
<!-- https://jarcasting.com/artifacts/com.facebook.react/react-native/ -->
<dependency>
<groupId>com.facebook.react</groupId>
<artifactId>react-native</artifactId>
<version>0.11.0</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.facebook.react/react-native/
implementation 'com.facebook.react:react-native:0.11.0'
// https://jarcasting.com/artifacts/com.facebook.react/react-native/
implementation ("com.facebook.react:react-native:0.11.0")
'com.facebook.react:react-native:aar:0.11.0'
<dependency org="com.facebook.react" name="react-native" rev="0.11.0">
<artifact name="react-native" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.facebook.react', module='react-native', version='0.11.0')
)
libraryDependencies += "com.facebook.react" % "react-native" % "0.11.0"
[com.facebook.react/react-native "0.11.0"]