MVN

org.sakaiproject : webcomponents

Maven & Gradle

Jul 14, 2023
945 stars

Sakai Web Components Tool

<dependency>
    <groupId>org.sakaiproject</groupId>
    <artifactId>webcomponents</artifactId>
    <version>23.0</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 23.0

All Versions

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

Version Vulnerabilities Updated
23.0
webcomponents-23.0
22.3
webcomponents-22.3
22.2
webcomponents-22.2
22.1
webcomponents-22.1
22.0
webcomponents-22.0
21.5
webcomponents-21.5
21.4
webcomponents-21.4
21.3
webcomponents-21.3
21.2
webcomponents-21.2
21.1
webcomponents-21.1
21.0
webcomponents-21.0
20.6
webcomponents-20.6
20.5
webcomponents-20.5
20.4
webcomponents-20.4
20.3
webcomponents-20.3
20.2
webcomponents-20.2
20.1
webcomponents-20.1
20.0
webcomponents-20.0
19.6
webcomponents-19.6
19.5
webcomponents-19.5
19.4
webcomponents-19.4
19.3
webcomponents-19.3
19.2
webcomponents-19.2
19.1
webcomponents-19.1

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sakaiproject</groupId>
    <artifactId>webcomponents</artifactId>
    <version>23.0</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sakaiproject:webcomponents:23.0'

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

implementation("org.sakaiproject:webcomponents:23.0")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sakaiproject" % "webcomponents" % "23.0"

Advertisement