MVN

org.mvnpm.at.webcomponents : shadycss

Maven & Gradle

Apr 10, 2023
1.1k stars

webcomponents shadycss · Polyfill for Scoped CSS

<dependency>
    <groupId>org.mvnpm.at.webcomponents</groupId>
    <artifactId>shadycss</artifactId>
    <version>1.11.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.mvnpm.at.webcomponents : shadycss to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.11.2

All Versions

Choose a version of org.mvnpm.at.webcomponents : shadycss to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.11.x
shadycss-1.11.2
1.9.x
shadycss-1.9.6

How to add a dependency to Maven

Add the following org.mvnpm.at.webcomponents : shadycss maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.mvnpm.at.webcomponents</groupId>
    <artifactId>shadycss</artifactId>
    <version>1.11.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.mvnpm.at.webcomponents : shadycss gradle dependency to your build.gradle file:

implementation 'org.mvnpm.at.webcomponents:shadycss:1.11.2'

Gradle Kotlin DSL: Add the following org.mvnpm.at.webcomponents : shadycss gradle kotlin dependency to your build.gradle.kts file:

implementation("org.mvnpm.at.webcomponents:shadycss:1.11.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.mvnpm.at.webcomponents : shadycss sbt scala dependency to your build.sbt file:

libraryDependencies += "org.mvnpm.at.webcomponents" % "shadycss" % "1.11.2"