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