MVN

com.github.turansky.kfc : kfc-react

Maven & Gradle

Feb 03, 2022
46 stars

KFC React · KFC React library

<dependency>
    <groupId>com.github.turansky.kfc</groupId>
    <artifactId>kfc-react</artifactId>
    <version>4.88.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.github.turansky.kfc : kfc-react to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.88.0

All Versions

Choose a version of com.github.turansky.kfc : kfc-react to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.88.x
kfc-react-4.88.0
4.84.x
kfc-react-4.84.1
kfc-react-4.84.0
4.83.x
kfc-react-4.83.0
4.82.x
kfc-react-4.82.0
4.81.x
kfc-react-4.81.0
4.80.x
kfc-react-4.80.0
4.66.x
kfc-react-4.66.0
4.65.x
kfc-react-4.65.2
kfc-react-4.65.1
kfc-react-4.65.0
4.64.x
kfc-react-4.64.0
4.63.x
kfc-react-4.63.0
4.62.x
kfc-react-4.62.2

How to add a dependency to Maven

Add the following com.github.turansky.kfc : kfc-react maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.github.turansky.kfc</groupId>
    <artifactId>kfc-react</artifactId>
    <version>4.88.0</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.github.turansky.kfc : kfc-react gradle dependency to your build.gradle file:

implementation 'com.github.turansky.kfc:kfc-react:4.88.0'

Gradle Kotlin DSL: Add the following com.github.turansky.kfc : kfc-react gradle kotlin dependency to your build.gradle.kts file:

implementation("com.github.turansky.kfc:kfc-react:4.88.0")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.github.turansky.kfc : kfc-react sbt scala dependency to your build.sbt file:

libraryDependencies += "com.github.turansky.kfc" % "kfc-react" % "4.88.0"

Advertisement