MVN

org.webjars.npm : react-aria__ssr

Maven & Gradle

Jun 30, 2023
11.8k stars

@react-aria/ssr · WebJar for @react-aria/ssr

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-aria__ssr</artifactId>
    <version>3.7.1-nightly.4012</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.npm : react-aria__ssr to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.7.1-nightly.4012

All Versions

Choose a version of org.webjars.npm : react-aria__ssr to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.7.x
react-aria__ssr-3.7.1-nightly.4012
3.6.x
react-aria__ssr-3.6.1-nightly.3864

How to add a dependency to Maven

Add the following org.webjars.npm : react-aria__ssr maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>react-aria__ssr</artifactId>
    <version>3.7.1-nightly.4012</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.npm : react-aria__ssr gradle dependency to your build.gradle file:

implementation 'org.webjars.npm:react-aria__ssr:3.7.1-nightly.4012'

Gradle Kotlin DSL: Add the following org.webjars.npm : react-aria__ssr gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.npm:react-aria__ssr:3.7.1-nightly.4012")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.npm : react-aria__ssr sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.npm" % "react-aria__ssr" % "3.7.1-nightly.4012"