r

react-native-artifacts

A framework for building native apps with React
https://github.com/facebook/react-native
MIT License
Facebook
文件下载
文件名 操作
react-native-artifacts-0.75.0-rc.2.pom 下载
Apache Maven
<dependency>
  <groupId>com.facebook.react</groupId>
  <artifactId>react-native-artifacts</artifactId>
  <version>0.75.0-rc.2</version>
  <type>pom</type>
</dependency>
Gradle Groovy
implementation 'com.facebook.react:react-native-artifacts:0.75.0-rc.2'
Gradle Kotlin
implementation("com.facebook.react:react-native-artifacts:0.75.0-rc.2")
Scala SBT
libraryDependencies += "com.facebook.react" % "react-native-artifacts" % "0.75.0-rc.2"
Groovy Grape
@Grapes(
  @Grab(group='com.facebook.react', module='react-native-artifacts', version='0.75.0-rc.2')
)
Apache Ivy
<dependency org="com.facebook.react" name="react-native-artifacts" rev="0.75.0-rc.2" />
Leiningen
[com.facebook.react/react-native-artifacts "0.75.0-rc.2"]
Apache Buildr
'com.facebook.react:react-native-artifacts:jar:0.75.0-rc.2'
本项目依赖
该项目无第三方依赖