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