MVN

org.webjars.npm : uikit

Maven & Gradle

Apr 22, 2023
18k stars

uikit · WebJar for uikit

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

Latest Version

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

  • Latest Stable: 3.16.15
  • Latest Release Candidate: 3.0.0-rc.25
  • Latest Beta: 3.0.0-beta.40

All Versions

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

Version Vulnerabilities Updated
3.16.x
uikit-3.16.15
3.15.x
uikit-3.15.18
uikit-3.15.10
uikit-3.15.2
3.13.x
uikit-3.13.10
3.6.x
uikit-3.6.19
uikit-3.6.18
3.5.x
uikit-3.5.9
3.2.x
uikit-3.2.7
uikit-3.2.6
uikit-3.2.1
3.1.x
uikit-3.1.5
uikit-3.1.4
3.0.x
uikit-3.0.3
uikit-3.0.0-rc.25
uikit-3.0.0-rc.17
uikit-3.0.0-rc.16
uikit-3.0.0-rc.6
uikit-3.0.0-beta.40
uikit-3.0.0-beta.25
2.27.x
uikit-2.27.4
uikit-2.27.2
uikit-2.27.1
2.26.x
uikit-2.26.4
uikit-2.26.2
2.24.x
uikit-2.24.3

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.npm</groupId>
    <artifactId>uikit</artifactId>
    <version>3.16.15</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.npm:uikit:3.16.15'

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

implementation("org.webjars.npm:uikit:3.16.15")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.npm" % "uikit" % "3.16.15"

Advertisement