MVN

su.boleyn.urlshortener : urlshortener

Maven & Gradle

Oct 14, 2020
0 stars

URL Shortener · A URL Shortener backed by Undertow

<dependency>
    <groupId>su.boleyn.urlshortener</groupId>
    <artifactId>urlshortener</artifactId>
    <version>1.1.11</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of su.boleyn.urlshortener : urlshortener to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.1.11

All Versions

Choose a version of su.boleyn.urlshortener : urlshortener to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.1.x
urlshortener-1.1.11
urlshortener-1.1.10
urlshortener-1.1.9
urlshortener-1.1.8
urlshortener-1.1.7
urlshortener-1.1.6
urlshortener-1.1.5
urlshortener-1.1.4
urlshortener-1.1.3
urlshortener-1.1.2
urlshortener-1.1.1

How to add a dependency to Maven

Add the following su.boleyn.urlshortener : urlshortener maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>su.boleyn.urlshortener</groupId>
    <artifactId>urlshortener</artifactId>
    <version>1.1.11</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following su.boleyn.urlshortener : urlshortener gradle dependency to your build.gradle file:

implementation 'su.boleyn.urlshortener:urlshortener:1.1.11'

Gradle Kotlin DSL: Add the following su.boleyn.urlshortener : urlshortener gradle kotlin dependency to your build.gradle.kts file:

implementation("su.boleyn.urlshortener:urlshortener:1.1.11")

How to add a dependency to SBT Scala

SBT Scala: Add the following su.boleyn.urlshortener : urlshortener sbt scala dependency to your build.sbt file:

libraryDependencies += "su.boleyn.urlshortener" % "urlshortener" % "1.1.11"

Advertisement