MVN

org.mvnpm : caniuse-lite

Maven & Gradle

Sep 05, 2023
546 stars

caniuse-lite · A smaller version of caniuse-db, with only the essentials!

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>caniuse-lite</artifactId>
    <version>1.0.30001527</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm : caniuse-lite to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.30001527

All Versions

Choose a version of org.mvnpm : caniuse-lite to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
caniuse-lite-1.0.30001527

How to add a dependency to Maven

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

<dependency>
    <groupId>org.mvnpm</groupId>
    <artifactId>caniuse-lite</artifactId>
    <version>1.0.30001527</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm : caniuse-lite gradle dependency to your build.gradle file:

implementation 'org.mvnpm:caniuse-lite:1.0.30001527'

Gradle Kotlin DSL: Add the following org.mvnpm : caniuse-lite gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm:caniuse-lite:1.0.30001527")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm : caniuse-lite sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm" % "caniuse-lite" % "1.0.30001527"

Advertisement