MVN

org.sakaiproject.common : sakai-common-components

Maven & Gradle

Apr 22, 2016
1 usages

Sakai Common Components Package

<dependency>
    <groupId>org.sakaiproject.common</groupId>
    <artifactId>sakai-common-components</artifactId>
    <version>10.7</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 10.7
  • Latest Release Candidate: 1.2.0-rc03

All Versions

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

Version Vulnerabilities Updated
10.7
sakai-common-components-10.7
10.6
sakai-common-components-10.6
10.4
sakai-common-components-10.4
10.3
sakai-common-components-10.3
1.2.x
sakai-common-components-1.2.3
sakai-common-components-1.2.2
sakai-common-components-1.2.1
sakai-common-components-1.2.0
sakai-common-components-1.2.0-rc03
sakai-common-components-1.2.0-rc02
sakai-common-components-1.2.0-rc01
sakai-common-components-1.2.0-b07
sakai-common-components-1.2.0-b06
sakai-common-components-1.2.0-b05
sakai-common-components-1.2.0-b04
sakai-common-components-1.2.0-b03

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sakaiproject.common</groupId>
    <artifactId>sakai-common-components</artifactId>
    <version>10.7</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.sakaiproject.common : sakai-common-components gradle dependency to your build.gradle file:

implementation 'org.sakaiproject.common:sakai-common-components:10.7'

Gradle Kotlin DSL: Add the following org.sakaiproject.common : sakai-common-components gradle kotlin dependency to your build.gradle.kts file:

implementation("org.sakaiproject.common:sakai-common-components:10.7")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.sakaiproject.common : sakai-common-components sbt scala dependency to your build.sbt file:

libraryDependencies += "org.sakaiproject.common" % "sakai-common-components" % "10.7"