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