MVN

org.sakaiproject.shortenedurl : shortenedurl-impl

Maven & Gradle

Jun 03, 2017
2 usages
945 stars

Sakai Shortened URL Service Implementations

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

Latest Version

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

  • Latest Stable: 11.4
  • Latest Release Candidate: 1.1.0-rc03

All Versions

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

Version Vulnerabilities Updated
11.4
shortenedurl-impl-11.4
11.3
shortenedurl-impl-11.3
11.2
shortenedurl-impl-11.2
11.1
shortenedurl-impl-11.1
11.0
shortenedurl-impl-11.0
10.7
shortenedurl-impl-10.7
10.6
shortenedurl-impl-10.6
10.4
shortenedurl-impl-10.4
10.3
shortenedurl-impl-10.3
1.1.x
shortenedurl-impl-1.1.3
shortenedurl-impl-1.1.2
shortenedurl-impl-1.1.1
shortenedurl-impl-1.1.0
shortenedurl-impl-1.1.0-rc03
shortenedurl-impl-1.1.0-rc02
shortenedurl-impl-1.1.0-rc01
shortenedurl-impl-1.1.0-b07
shortenedurl-impl-1.1.0-b06
shortenedurl-impl-1.1.0-b05
shortenedurl-impl-1.1.0-b04
shortenedurl-impl-1.1.0-b03

How to add a dependency to Maven

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

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

How to add a dependency to Gradle

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

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

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

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

How to add a dependency to SBT Scala

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

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

Advertisement