jsc-safe-url
Used in:
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>org.mvnpm</groupId> <artifactId>jsc-safe-url</artifactId> <version>0.2.4</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>jsc-safe-url</artifactId> <version>0.2.4</version> <name>jsc-safe-url</name> <description>Utility functions for converting to and from URLs that encode query string data into URL paths</description> <url>https://github.com/robhogan/jsc-safe-url#readme</url> <organization> <name>Rob Hogan</name> <url>https://github.com/robhogan/jsc-safe-url#readme</url> </organization> <licenses> <license> <name>0BSD</name> </license> </licenses> <developers> <developer> <name>metro-bot</name> <email>metro-maintainers@fb.com</email> </developer> </developers> <scm> <connection>https://github.com/robhogan/jsc-safe-url.git</connection> <developerConnection>https://github.com/robhogan/jsc-safe-url.git</developerConnection> <url>https://github.com/robhogan/jsc-safe-url</url> </scm> <issueManagement> <url>https://github.com/robhogan/jsc-safe-url/issues</url> </issueManagement> </project>