MVN

org.webjars.bowergithub.uikit : uikit

Maven & Gradle

Oct 16, 2022
18k stars

uikit · WebJar for uikit

<dependency>
    <groupId>org.webjars.bowergithub.uikit</groupId>
    <artifactId>uikit</artifactId>
    <version>3.15.10</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.webjars.bowergithub.uikit : uikit to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.15.10

All Versions

Choose a version of org.webjars.bowergithub.uikit : uikit to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.15.x
uikit-3.15.10
3.4.x
uikit-3.4.2
3.2.x
uikit-3.2.1

How to add a dependency to Maven

Add the following org.webjars.bowergithub.uikit : uikit maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.webjars.bowergithub.uikit</groupId>
    <artifactId>uikit</artifactId>
    <version>3.15.10</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.webjars.bowergithub.uikit : uikit gradle dependency to your build.gradle file:

implementation 'org.webjars.bowergithub.uikit:uikit:3.15.10'

Gradle Kotlin DSL: Add the following org.webjars.bowergithub.uikit : uikit gradle kotlin dependency to your build.gradle.kts file:

implementation("org.webjars.bowergithub.uikit:uikit:3.15.10")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.webjars.bowergithub.uikit : uikit sbt scala dependency to your build.sbt file:

libraryDependencies += "org.webjars.bowergithub.uikit" % "uikit" % "3.15.10"

Advertisement