文件下载
文件名 操作
react-18.2.23.jar 下载
react-18.2.23.pom 下载
react-18.2.23-sources.jar 下载
Apache Maven
<dependency>
  <groupId>org.mvnpm.at.types</groupId>
  <artifactId>react</artifactId>
  <version>18.2.23</version>
</dependency>
Gradle Groovy
implementation 'org.mvnpm.at.types:react:18.2.23'
Gradle Kotlin
implementation("org.mvnpm.at.types:react:18.2.23")
Scala SBT
libraryDependencies += "org.mvnpm.at.types" % "react" % "18.2.23"
Groovy Grape
@Grapes(
  @Grab(group='org.mvnpm.at.types', module='react', version='18.2.23')
)
Apache Ivy
<dependency org="org.mvnpm.at.types" name="react" rev="18.2.23" />
Leiningen
[org.mvnpm.at.types/react "18.2.23"]
Apache Buildr
'org.mvnpm.at.types:react:jar:18.2.23'