MVN

com.zaubersoftware.commons.web : commons-web-uri

Maven & Gradle

Feb 19, 2019
4 stars

Zauber::Commons::Web::Uri

<dependency>
    <groupId>com.zaubersoftware.commons.web</groupId>
    <artifactId>commons-web-uri</artifactId>
    <version>3.55</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of com.zaubersoftware.commons.web : commons-web-uri to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 3.55

All Versions

Choose a version of com.zaubersoftware.commons.web : commons-web-uri to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
3.55
commons-web-uri-3.55
3.54
commons-web-uri-3.54
3.53
commons-web-uri-3.53
3.52
commons-web-uri-3.52
3.51
commons-web-uri-3.51
3.50
commons-web-uri-3.50
3.49
commons-web-uri-3.49

How to add a dependency to Maven

Add the following com.zaubersoftware.commons.web : commons-web-uri maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>com.zaubersoftware.commons.web</groupId>
    <artifactId>commons-web-uri</artifactId>
    <version>3.55</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following com.zaubersoftware.commons.web : commons-web-uri gradle dependency to your build.gradle file:

implementation 'com.zaubersoftware.commons.web:commons-web-uri:3.55'

Gradle Kotlin DSL: Add the following com.zaubersoftware.commons.web : commons-web-uri gradle kotlin dependency to your build.gradle.kts file:

implementation("com.zaubersoftware.commons.web:commons-web-uri:3.55")

How to add a dependency to SBT Scala

SBT Scala: Add the following com.zaubersoftware.commons.web : commons-web-uri sbt scala dependency to your build.sbt file:

libraryDependencies += "com.zaubersoftware.commons.web" % "commons-web-uri" % "3.55"

Advertisement