MVN

org.sakaiproject.delegatedaccess : delegatedaccess-impl

Maven & Gradle

Jun 03, 2017
2 usages
809 stars

Delegated Access - Implementation

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

Latest Version

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

  • Latest Stable: 11.4

All Versions

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

Version Vulnerabilities Updated
11.4
delegatedaccess-impl-11.4
11.3
delegatedaccess-impl-11.3
11.2
delegatedaccess-impl-11.2
11.1
delegatedaccess-impl-11.1
11.0
delegatedaccess-impl-11.0
10.7
delegatedaccess-impl-10.7
10.6
delegatedaccess-impl-10.6
10.4
delegatedaccess-impl-10.4
10.3
delegatedaccess-impl-10.3
3.0
delegatedaccess-impl-3.0
2.1
delegatedaccess-impl-2.1
2.0
delegatedaccess-impl-2.0
1.1
delegatedaccess-impl-1.1
1.0
delegatedaccess-impl-1.0

How to add a dependency to Maven

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

<dependency>
    <groupId>org.sakaiproject.delegatedaccess</groupId>
    <artifactId>delegatedaccess-impl</artifactId>
    <version>11.4</version>
</dependency>

How to add a dependency to Gradle

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

implementation 'org.sakaiproject.delegatedaccess:delegatedaccess-impl:11.4'

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

implementation("org.sakaiproject.delegatedaccess:delegatedaccess-impl:11.4")

How to add a dependency to SBT Scala

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

libraryDependencies += "org.sakaiproject.delegatedaccess" % "delegatedaccess-impl" % "11.4"