urlencoder
Used in
components
- OverviewOverview
- VersionsVersions
- DependentsDependents
- DependenciesDependencies
<dependency> <groupId>com.uwyn</groupId> <artifactId>urlencoder</artifactId> <version>1.3.5</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>com.uwyn</groupId> <artifactId>urlencoder</artifactId> <version>1.3.5</version> <name>UrlEncoder</name> <description>A simple defensive library to encode/decode URL components.</description> <url>https://github.com/rife2/tests-badge</url> <licenses> <license> <name>The Apache License, Version 2.0</name> <url>https://www.apache.org/licenses/LICENSE-2.0.txt</url> </license> </licenses> <dependencies> </dependencies> <developers> <developer> <id>gbevin</id> <name>Geert Bevin</name> <email>gbevin@uwyn.com</email> <url>https://github.com/gbevin</url> </developer> <developer> <id>ethauvin</id> <name>Erik C. Thauvin</name> <email>erik@thauvin.net</email> <url>https://erik.thauvin.net/</url> </developer> </developers> <scm> <connection>scm:git:https://github.com/gbevin/urlencoder.git</connection> <developerConnection>scm:git:git@github.com:gbevin/urlencoder.git</developerConnection> <url>https://github.com/gbevin/urlencoder</url> </scm> </project>