MVN

org.webjars.bowergithub.webcomponents : webcomponentsjs

Maven & Gradle

198 usages
3.8k stars

webcomponentsjs · WebJar for webcomponentsjs

<dependency>
    <groupId>org.webjars.bowergithub.webcomponents</groupId>
    <artifactId>webcomponentsjs</artifactId>
    <version>0.5.5</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 0.5.5
  • Latest Beta: 2.0.0-beta.3

All Versions

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

Version Vulnerabilities Updated
2.2.x
webcomponentsjs-2.2.10
webcomponentsjs-2.2.7
webcomponentsjs-2.2.6
2.0.x
webcomponentsjs-2.0.2
webcomponentsjs-2.0.0
webcomponentsjs-2.0.0-beta.3
webcomponentsjs-2.0.0-beta.2
webcomponentsjs-2.0.0-0
1.3.x
webcomponentsjs-1.3.3
webcomponentsjs-1.3.2
webcomponentsjs-1.3.1
webcomponentsjs-1.3.0
1.2.x
webcomponentsjs-1.2.7
webcomponentsjs-1.2.6
webcomponentsjs-1.2.2
webcomponentsjs-1.2.1
webcomponentsjs-1.2.0
1.1.x
webcomponentsjs-1.1.1
webcomponentsjs-1.1.0
1.0.x
webcomponentsjs-1.0.19
webcomponentsjs-1.0.2
0.7.x
webcomponentsjs-0.7.24
0.6.x
webcomponentsjs-0.6.3
0.5.x
webcomponentsjs-0.5.5

How to add a dependency to Maven

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

<dependency>
    <groupId>org.webjars.bowergithub.webcomponents</groupId>
    <artifactId>webcomponentsjs</artifactId>
    <version>0.5.5</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.webjars.bowergithub.webcomponents:webcomponentsjs:0.5.5'

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

implementation("org.webjars.bowergithub.webcomponents:webcomponentsjs:0.5.5")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.webjars.bowergithub.webcomponents" % "webcomponentsjs" % "0.5.5"