MVN

org.dmfs : rfc3986-uri

Maven & Gradle

Mar 15, 2019
15 usages
13 stars

rfc3986-uri · RFC 3986 compliant URI implementation.

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>rfc3986-uri</artifactId>
    <version>0.8.1</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.dmfs : rfc3986-uri to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 0.8.1

All Versions

Choose a version of org.dmfs : rfc3986-uri to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
0.8.x
rfc3986-uri-0.8.1
0.8
rfc3986-uri-0.8
0.7
rfc3986-uri-0.7
0.6.x
rfc3986-uri-0.6.1
0.6
rfc3986-uri-0.6
0.5
rfc3986-uri-0.5
0.4.x
rfc3986-uri-0.4.2
rfc3986-uri-0.4.1
0.3.x
rfc3986-uri-0.3.1
0.3
rfc3986-uri-0.3
0.2
rfc3986-uri-0.2
0.1.x
rfc3986-uri-0.1.3
rfc3986-uri-0.1.2
rfc3986-uri-0.1.1
0.1
rfc3986-uri-0.1

How to add a dependency to Maven

Add the following org.dmfs : rfc3986-uri maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.dmfs</groupId>
    <artifactId>rfc3986-uri</artifactId>
    <version>0.8.1</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.dmfs : rfc3986-uri gradle dependency to your build.gradle file:

implementation 'org.dmfs:rfc3986-uri:0.8.1'

Gradle Kotlin DSL: Add the following org.dmfs : rfc3986-uri gradle kotlin dependency to your build.gradle.kts file:

implementation("org.dmfs:rfc3986-uri:0.8.1")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.dmfs : rfc3986-uri sbt scala dependency to your build.sbt file:

libraryDependencies += "org.dmfs" % "rfc3986-uri" % "0.8.1"

Advertisement

Dependencies from Group

Apr 06, 2021
21 usages
5 stars
Mar 15, 2019
15 usages
13 stars
Aug 03, 2023
12 usages
10 stars
Aug 03, 2023
11 usages
10 stars
Aug 03, 2023
10 usages
10 stars

Discover Dependencies