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