MVN

org.jetbrains.kotlin-wrappers : kotlin-react-router-dom-legacy

Maven & Gradle

Mar 03, 2023
1.3k stars

kotlin-react-router-dom-legacy · Kotlin wrapper for React Router DOM library

<dependency>
    <groupId>org.jetbrains.kotlin-wrappers</groupId>
    <artifactId>kotlin-react-router-dom-legacy</artifactId>
    <version>6.3.0-pre.506-compat</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.jetbrains.kotlin-wrappers : kotlin-react-router-dom-legacy to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 6.3.0-pre.506-compat

All Versions

Choose a version of org.jetbrains.kotlin-wrappers : kotlin-react-router-dom-legacy to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
6.3.x
kotlin-react-router-dom-legacy-6.3.0-pre.506-compat
kotlin-react-router-dom-legacy-6.3.0-pre.506
kotlin-react-router-dom-legacy-6.3.0-pre.505
kotlin-react-router-dom-legacy-6.3.0-pre.504
kotlin-react-router-dom-legacy-6.3.0-pre.503
kotlin-react-router-dom-legacy-6.3.0-pre.502
kotlin-react-router-dom-legacy-6.3.0-pre.501
kotlin-react-router-dom-legacy-6.3.0-pre.500
kotlin-react-router-dom-legacy-6.3.0-pre.499
kotlin-react-router-dom-legacy-6.3.0-pre.498
kotlin-react-router-dom-legacy-6.3.0-pre.497
kotlin-react-router-dom-legacy-6.3.0-pre.496
kotlin-react-router-dom-legacy-6.3.0-pre.495
kotlin-react-router-dom-legacy-6.3.0-pre.494
kotlin-react-router-dom-legacy-6.3.0-pre.493-compat
kotlin-react-router-dom-legacy-6.3.0-pre.493
kotlin-react-router-dom-legacy-6.3.0-pre.492

How to add a dependency to Maven

Add the following org.jetbrains.kotlin-wrappers : kotlin-react-router-dom-legacy maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.jetbrains.kotlin-wrappers</groupId>
    <artifactId>kotlin-react-router-dom-legacy</artifactId>
    <version>6.3.0-pre.506-compat</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.jetbrains.kotlin-wrappers : kotlin-react-router-dom-legacy gradle dependency to your build.gradle file:

implementation 'org.jetbrains.kotlin-wrappers:kotlin-react-router-dom-legacy:6.3.0-pre.506-compat'

Gradle Kotlin DSL: Add the following org.jetbrains.kotlin-wrappers : kotlin-react-router-dom-legacy gradle kotlin dependency to your build.gradle.kts file:

implementation("org.jetbrains.kotlin-wrappers:kotlin-react-router-dom-legacy:6.3.0-pre.506-compat")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.jetbrains.kotlin-wrappers : kotlin-react-router-dom-legacy sbt scala dependency to your build.sbt file:

libraryDependencies += "org.jetbrains.kotlin-wrappers" % "kotlin-react-router-dom-legacy" % "6.3.0-pre.506-compat"

Advertisement