MVN

org.sakaiproject.common : import-pack

Maven & Gradle

Apr 22, 2016
1 usages

Sakai Import Components Package

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

Latest Version

Choose a version of org.sakaiproject.common : import-pack 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 : import-pack to add to Maven or Gradle - All Versions:

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

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sakaiproject.common</groupId>
    <artifactId>import-pack</artifactId>
    <version>10.7</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sakaiproject.common:import-pack:10.7'

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

implementation("org.sakaiproject.common:import-pack:10.7")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sakaiproject.common" % "import-pack" % "10.7"