uri-js
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>uri-js</artifactId>
<version>3.0.2</version>
</dependency><?xml version="1.0" encoding="UTF-8"?>
<project xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd" xmlns="http://maven.apache.org/POM/4.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<modelVersion>4.0.0</modelVersion>
<groupId>org.mvnpm</groupId>
<artifactId>uri-js</artifactId>
<version>3.0.2</version>
<name>uri-js</name>
<description>An RFC 3986/3987 compliant, scheme extendable URI/IRI parsing/validating/resolving library for JavaScript.</description>
<url>https://github.com/garycourt/uri-js</url>
<organization>
<name>Gary Court</name>
<url>https://github.com/garycourt/uri-js</url>
</organization>
<licenses>
<license>
<name>BSD-2-Clause</name>
</license>
</licenses>
<developers>
<developer>
<name>garycourt</name>
<email>gary.court@gmail.com</email>
</developer>
</developers>
<scm>
<connection>ssh://git@github.com/garycourt/uri-js.git</connection>
<developerConnection>ssh://git@github.com/garycourt/uri-js.git</developerConnection>
<url>ssh://git@github.com/garycourt/uri-js</url>
</scm>
<issueManagement>
<url>https://github.com/garycourt/uri-js/issues</url>
</issueManagement>
<properties>
<org.mvnpm-punycode.version>[2.1.0,3)</org.mvnpm-punycode.version>
</properties>
<dependencies>
<dependency>
<groupId>org.mvnpm</groupId>
<artifactId>punycode</artifactId>
<version>${org.mvnpm-punycode.version}</version>
</dependency>
</dependencies>
</project>