MVN

org.mvnpm.at.patternfly : react-tokens

Maven & Gradle

Mar 26, 2024
739 stars

patternfly react-tokens · This library provides access to the design tokens of PatternFly 4 from JavaScript

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

Latest Version

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

  • Latest Stable: 5.2.1

All Versions

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

Version Vulnerabilities Updated
5.2.x
react-tokens-5.2.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mvnpm.at.patternfly</groupId>
    <artifactId>react-tokens</artifactId>
    <version>5.2.1</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.mvnpm.at.patternfly:react-tokens:5.2.1'

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

implementation("org.mvnpm.at.patternfly:react-tokens:5.2.1")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.mvnpm.at.patternfly" % "react-tokens" % "5.2.1"

Advertisement