MVN

io.lemonlabs : scala-uri_sjs1_3

Maven & Gradle

Nov 14, 2022
305 stars

scala-uri · Simple scala library for building and parsing URIs

<dependency>
    <groupId>io.lemonlabs</groupId>
    <artifactId>scala-uri_sjs1_3</artifactId>
    <version>4.0.3</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of io.lemonlabs : scala-uri_sjs1_3 to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 4.0.3

All Versions

Choose a version of io.lemonlabs : scala-uri_sjs1_3 to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
4.0.x
scala-uri_sjs1_3-4.0.3
scala-uri_sjs1_3-4.0.2
scala-uri_sjs1_3-4.0.1
scala-uri_sjs1_3-4.0.0
scala-uri_sjs1_3-4.0.0-M5
scala-uri_sjs1_3-4.0.0-M4
scala-uri_sjs1_3-4.0.0-M3
scala-uri_sjs1_3-4.0.0-M2

How to add a dependency to Maven

Add the following io.lemonlabs : scala-uri_sjs1_3 maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>io.lemonlabs</groupId>
    <artifactId>scala-uri_sjs1_3</artifactId>
    <version>4.0.3</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following io.lemonlabs : scala-uri_sjs1_3 gradle dependency to your build.gradle file:

implementation 'io.lemonlabs:scala-uri_sjs1_3:4.0.3'

Gradle Kotlin DSL: Add the following io.lemonlabs : scala-uri_sjs1_3 gradle kotlin dependency to your build.gradle.kts file:

implementation("io.lemonlabs:scala-uri_sjs1_3:4.0.3")

How to add a dependency to SBT Scala

SBT Scala: Add the following io.lemonlabs : scala-uri_sjs1_3 sbt scala dependency to your build.sbt file:

libraryDependencies += "io.lemonlabs" % "scala-uri_sjs1_3" % "4.0.3"

Advertisement