MVN

org.owasp : url

Maven & Gradle

Mar 06, 2018
21 stars

url-classifier · Declarative syntax for defining sets of URLs. No need for error-prone regexs.

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>url</artifactId>
    <version>1.2.4</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of org.owasp : url to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.2.4

All Versions

Choose a version of org.owasp : url to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.2.x
url-1.2.4
url-1.2.3
url-1.2.2
url-1.2.1
url-1.2.0
1.1.x
url-1.1.0
1.0.x
url-1.0.0

How to add a dependency to Maven

Add the following org.owasp : url maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>org.owasp</groupId>
    <artifactId>url</artifactId>
    <version>1.2.4</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following org.owasp : url gradle dependency to your build.gradle file:

implementation 'org.owasp:url:1.2.4'

Gradle Kotlin DSL: Add the following org.owasp : url gradle kotlin dependency to your build.gradle.kts file:

implementation("org.owasp:url:1.2.4")

How to add a dependency to SBT Scala

SBT Scala: Add the following org.owasp : url sbt scala dependency to your build.sbt file:

libraryDependencies += "org.owasp" % "url" % "1.2.4"

Advertisement