MVN

org.sakaiproject.commons : commons-impl

Maven & Gradle

Dec 23, 2020
1 usages
0 stars

COMMONS IMPL

<dependency>
    <groupId>org.sakaiproject.commons</groupId>
    <artifactId>commons-impl</artifactId>
    <version>19.6</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

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

  • Latest Stable: 19.6

All Versions

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

Version Vulnerabilities Updated
19.6
commons-impl-19.6
19.5
commons-impl-19.5
19.4
commons-impl-19.4
19.3
commons-impl-19.3
19.2
commons-impl-19.2
19.1
commons-impl-19.1
19.0
commons-impl-19.0
12.7
commons-impl-12.7
12.6
commons-impl-12.6
12.5
commons-impl-12.5
12.4
commons-impl-12.4
12.3
commons-impl-12.3
12.2
commons-impl-12.2
12.1
commons-impl-12.1
12.0
commons-impl-12.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sakaiproject.commons</groupId>
    <artifactId>commons-impl</artifactId>
    <version>19.6</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sakaiproject.commons:commons-impl:19.6'

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

implementation("org.sakaiproject.commons:commons-impl:19.6")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sakaiproject.commons" % "commons-impl" % "19.6"