MVN

org.mvnpm.at.patternfly : react-core

Maven & Gradle

Mar 26, 2024
739 stars

patternfly react-core · This library provides a set of common React components for use with the PatternFly reference implementation.

<dependency>
    <groupId>org.mvnpm.at.patternfly</groupId>
    <artifactId>react-core</artifactId>
    <version>5.2.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm.at.patternfly : react-core to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 5.2.3

All Versions

Choose a version of org.mvnpm.at.patternfly : react-core to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
5.2.x
react-core-5.2.3

How to add a dependency to Maven

Add the following org.mvnpm.at.patternfly : react-core maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm.at.patternfly</groupId>
    <artifactId>react-core</artifactId>
    <version>5.2.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm.at.patternfly : react-core gradle dependency to your build.gradle file:

implementation 'org.mvnpm.at.patternfly:react-core:5.2.3'

Gradle Kotlin DSL: Add the following org.mvnpm.at.patternfly : react-core gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm.at.patternfly:react-core:5.2.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm.at.patternfly : react-core sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm.at.patternfly" % "react-core" % "5.2.3"

Advertisement