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