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