whatwg-url
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>whatwg-url</artifactId> <version>14.2.0</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>whatwg-url</artifactId> <version>14.2.0</version> <name>whatwg-url</name> <description>An implementation of the WHATWG URL Standard's URL API and parsing machinery</description> <url>https://github.com/jsdom/whatwg-url#readme</url> <organization> <name>Sebastian Mayr</name> <url>https://github.com/jsdom/whatwg-url#readme</url> </organization> <licenses> <license> <name>MIT</name> </license> </licenses> <developers> <developer> <name>timothygu</name> <email>timothygu99@gmail.com</email> </developer> <developer> <name>domenic</name> <email>d@domenic.me</email> </developer> <developer> <name>sebmaster</name> <email>sebmaster16@gmail.com</email> </developer> <developer> <name>zirro</name> <email>code@zirro.se</email> </developer> <developer> <name>tmpvar</name> <email>tmpvar@gmail.com</email> </developer> <developer> <name>joris-van-der-wel</name> <email>joris@jorisvanderwel.com</email> </developer> </developers> <scm> <connection>https://github.com/jsdom/whatwg-url.git</connection> <developerConnection>https://github.com/jsdom/whatwg-url.git</developerConnection> <url>https://github.com/jsdom/whatwg-url</url> </scm> <issueManagement> <url>https://github.com/jsdom/whatwg-url/issues</url> </issueManagement> <properties> <org.mvnpm-tr46.version>[5.1.0,6)</org.mvnpm-tr46.version> <org.mvnpm-webidl-conversions.version>[7.0.0,8)</org.mvnpm-webidl-conversions.version> </properties> <dependencies> <dependency> <groupId>org.mvnpm</groupId> <artifactId>tr46</artifactId> <version>${org.mvnpm-tr46.version}</version> </dependency> <dependency> <groupId>org.mvnpm</groupId> <artifactId>webidl-conversions</artifactId> <version>${org.mvnpm-webidl-conversions.version}</version> </dependency> </dependencies> </project>